| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
| |
Remove PC Card attachemnt point for fdc.
Relnotes: Yes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FDC_DEBUG is not referenced in any c or header files but traces of it
still remain in other files.
PR: 105608
Reported by: Eugene Grosbein <ports AT grosbein DOT net>
Reviewed by: imp
Approved by: bcr (mentor)
MFC after: 7 days
Differential Revision: https://reviews.freebsd.org/D10303
Notes:
svn path=/head/; revision=316615
|
| |
|
|
|
|
|
|
|
|
|
| |
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314651
|
| |
|
|
|
|
|
|
|
| |
I thank all developers and contributors for pc98.
Relnotes: yes
Notes:
svn path=/head/; revision=312910
|
| |
|
|
|
|
|
|
|
|
| |
the magic numbers used with NE7CMD_SPECIFY with invocations of the
NE7_SPEC_x() macros.
Approved by: nyan
Notes:
svn path=/head/; revision=272129
|
| |
|
|
| |
Notes:
svn path=/head/; revision=193530
|
| |
|
|
|
|
|
|
|
|
| |
use a different mechanism for setting warning flags, and using
WARNS here only has null or negative effects.
Submitted by: bde (I think it means "submitted")
Notes:
svn path=/head/; revision=159066
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Move MD files into <arch>/<arch>.
- Move bus dependent files into <arch>/<bus>.
Rename some files to more suitable names.
Repo-copied by: peter
Discussed with: imp
Notes:
svn path=/head/; revision=146049
|
| |
|
|
|
|
|
| |
Inspired by: imp's email
Notes:
svn path=/head/; revision=134748
|
| |
|
|
|
|
|
|
| |
i386 and amd64. The only other ACPI machine (ia64) doesn't support
floppy drives. Tested by: make MACHINE={pc98,i386,amd64,alpha,sparc64}
Notes:
svn path=/head/; revision=132260
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132218
|
| |
|
|
|
|
|
|
| |
- Break out the cbus front end from fd.c.
- Remove the pccard support because it was broken.
Notes:
svn path=/head/; revision=131819
|
| |
|
|
|
|
|
|
|
|
|
| |
step in making this driver more attachment neutral. Others plan on
adding acpi front ends.
Still need to cleanup the MI part of the driver because it isn't as
bus independent as it could be.
Notes:
svn path=/head/; revision=131767
|
| |
|
|
|
|
|
|
|
|
| |
the modules.
Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
Notes:
svn path=/head/; revision=129740
|
| |
|
|
|
|
|
| |
sys/dev/fdc/fdc.c.
Notes:
svn path=/head/; revision=129329
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106497
|
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83549
|
| |
|
|
|
|
|
|
| |
default in the KLD, and to turn off pccard support, so reverse each of
the flags. Also, the flags should be overridable by /etc/make.conf.
Notes:
svn path=/head/; revision=78969
|
| |
|
|
|
|
|
|
| |
didn't realize that make considers a comment with just leading white
space only an ``unassociated shell command''.
Notes:
svn path=/head/; revision=78960
|
|
|
a KLD. Still doesn't work well except in the PCMCIA case (now if only
pccardd(8) could load and unload drivers dynamically...). Mainly, it
tries to find fdc0 on the PCI bus for whatever obscure reasons, but i
need someone who understands driver(9) to fix this. However, it's at least
already better than before, and i'm tired of maintaining too many private
changes in my tree, given the large patches bde submitted. :)
Idea of a KLD triggered by: Michael Reifenberger <root@nihil.plaut.de>
Notes:
svn path=/head/; revision=78953
|