| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|