summaryrefslogtreecommitdiff
path: root/sys/modules/fdc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-101-1/+1
| | | | | | | 'RELENG_5_2_0_RELEASE'. This commit was manufactured to restore the state of the 5.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-1/+0
| | | | Notes: svn path=/head/; revision=106497
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Added pc98 support.Yoshihiro Takahashi2001-09-161-0/+5
| | | | Notes: svn path=/head/; revision=83549
* Two more "oops"es here: i didn't mean to turn on fdc debugging byJoerg Wunsch2001-06-291-2/+2
| | | | | | | | 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
* Duh-oh! When beautifying a comment right before my last commit, iJoerg Wunsch2001-06-291-1/+1
| | | | | | | | didn't realize that make considers a comment with just leading white space only an ``unassociated shell command''. Notes: svn path=/head/; revision=78960
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-291-0/+29
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