summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update for pcic for kld modules and activatePeter Wemm1999-01-192-6/+4
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-1919-217/+57
* Initial update pccard code for KLD module support. Module supportPeter Wemm1999-01-195-156/+84
* Call the xpt_init() hook during at the start of the configure() processPeter Wemm1999-01-191-5/+7
* Break configure() into a couple of stages to allow insertion ofPeter Wemm1999-01-192-44/+50
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-183-6/+6
* Fix screwed up previous commit.Julian Elischer1999-01-183-12/+27
* Reserve a major number for use by the Iprobe device driver.Andrew Gallatin1999-01-181-1/+2
* Added support for the DEC EB64PLUS systype. (Part III)Andrew Gallatin1999-01-186-8/+16
* Added support for the DEC EB64PLUS systype. (part II)Andrew Gallatin1999-01-181-0/+187
* Added support for the DEC EB64PLUS systype. (part I)Andrew Gallatin1999-01-182-5/+114
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-187-274/+203
* Added copyright.KATO Takenori1999-01-184-14/+120
* Merge with sys/dev/syscons/syscons.c revision 1.292.KATO Takenori1999-01-181-18/+28
* Don't forget to initialize va_mode.KATO Takenori1999-01-182-4/+6
* Sync with sys/i386/i386/userconfig.c revision 1.126.KATO Takenori1999-01-181-3/+3
* Sync with sys/i386/conf/Makefile.i386 revision 1.135.KATO Takenori1999-01-182-30/+18
* Switched to new syscons driver.KATO Takenori1999-01-1813-1531/+4602
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-183-3/+60
* Get rid of MT_RTABLE; multicast routing no longer uses it.Bill Fenner1999-01-181-2/+2
* Use dynamic memory allocation instead of mbuf's for multicast routingBill Fenner1999-01-182-103/+86
* Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.Bill Fenner1999-01-181-3/+3
* If arpresolve() gets passed a route with a null llinfo, callBill Fenner1999-01-181-2/+2
* Bring a bit closer to the normal form. (In particular, addDmitrij Tejblum1999-01-171-17/+20
* Replaced by /usr/bin/gensetdefs a few months ago.Peter Wemm1999-01-173-403/+0
* Use the gensetdefs that is now in /usr/bin, it's a superset of thePeter Wemm1999-01-173-45/+27
* Missed a stray LKM #ifdefPeter Wemm1999-01-172-10/+16
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-174-19/+8
* Mountroot could concievably make sense to a KLD though, in the preloadPeter Wemm1999-01-172-12/+2
* Remove references to an LKM that isn't built any more.Peter Wemm1999-01-172-6/+4
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-173-11/+5
* Remove the LKM glue since the support (src/lkm) has been gone a while.Peter Wemm1999-01-171-34/+1
* Remove LKM support, src/lkm that built it is gone and it never worked as anPeter Wemm1999-01-171-35/+1
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-177-188/+56
* "fix" long standing aicasm build glitch. The problem was thePeter Wemm1999-01-172-4/+4
* Add LKM option so that the remaining code (hopefully) doesn't go stale.Peter Wemm1999-01-173-3/+21
* Add the lkm modulePeter Wemm1999-01-171-2/+2
* World, please meet the kld module called "lkm". If you have an a.outPeter Wemm1999-01-171-0/+12
* LKM kernel support becomes optional on "options LKM". (Bear in mindPeter Wemm1999-01-172-2/+5
* - Move lkmnosys() to kern_syscall.cPeter Wemm1999-01-171-145/+43
* Move lkmnosys() from kern_lkm.c to here.Peter Wemm1999-01-171-1/+13
* Try and clean up the multiple formal loading support a bit, based onPeter Wemm1999-01-171-10/+21
* Fix cut & paste mind-o: the entry for the xl driver should say ethernet,Bill Paul1999-01-171-3/+3
* Make old syscons work. (New syscons driver for PC98 is still underKATO Takenori1999-01-172-4/+3
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-176-12/+12
* - Examine the error code from the screen saver and act accordingly.Kazutaka YOKOTA1999-01-171-18/+28
* Don't forget copying video mode flags to the adapter info. block whenKazutaka YOKOTA1999-01-171-1/+2
* Sync with sys/i386/isa/wd.c revision 1.186.KATO Takenori1999-01-171-3/+5
* Removed the #defines of interrupt handlers to NULL. This hack was forBruce Evans1999-01-171-60/+1
* Pass the unit number to the DMA cookie lookup routine and use itBruce Evans1999-01-173-10/+13