summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-092-92/+202
* Remove some leftovers. This is obviously unused, since the #definespeter2001-02-091-26/+0
* poll(2) array limits (take 2) - after some input from bde.peter2001-02-091-8/+7
* Change and clean the mutex lock interface.bmilekic2001-02-09200-3721/+3509
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
* Add includes of sys/malloc.h so this actually compiles.jhb2001-02-092-1/+2
* Whoops... forgotten a few pieces in previous patch:luigi2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetluigi2001-02-081-1/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+6
* Fix a memory leak.sos2001-02-081-5/+4
* Fix memoryleaks with device_get_children().asmodai2001-02-082-0/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+3
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-083-9/+24
* Fix typos: initalise -> initialise.asmodai2001-02-082-6/+6
* When we receive an incoming Ethernet frame that was unicast to aarchie2001-02-081-10/+14
* Added pc98 supports.nyan2001-02-081-0/+5
* Add recently added PHY drivers sources.semenu2001-02-081-0/+3
* Don't bother with acquiring/releasing Giant around kmem_malloc() andjhb2001-02-081-40/+0
* Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,jhb2001-02-083-18/+21
* - Check if the ccb_infos in the softc is NULL before trying to free it injhb2001-02-082-2/+11
* The code I picked up from NetBSD in '97 had a nasty bug. It limitedpeter2001-02-071-7/+15
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-072-2/+2
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors insemenu2001-02-071-1/+0
* back out rev 1.49, looks like i committed it from the wrong tree.cg2001-02-071-424/+803
* Reflect recently added support for SMC9432FTX cards.semenu2001-02-072-2/+2
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-075-85/+406
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.semenu2001-02-078-7/+1368
* Use correct index when counting short errors.phk2001-02-071-1/+1
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-0712-26/+65
* conditionalize "hwptr went backwards" messagescg2001-02-071-801/+425
* Move ti1031 to the 16-bit bridge sectionimp2001-02-072-6/+6
* Introduce busspace instead of the good old in/out instructions.sos2001-02-069-253/+312
* Regen.n_hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.n_hibma2001-02-061-0/+15
* Damn! that was the wrong patch! get it right this time....sos2001-02-061-1/+1
* Fix the clone functionality in atapi-cd, it didn't work forsos2001-02-063-6/+17
* Fix typo: compatability -> compatibility.asmodai2001-02-0612-19/+19
* Fix typo: seperate -> separate.asmodai2001-02-0624-27/+27
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: depricated -> deprecated.asmodai2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-0645-108/+72
* Fix typo: wierd -> weird.asmodai2001-02-066-6/+6
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Fix typo: teh -> the.asmodai2001-02-061-1/+1
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
* Add a dummy disconnect function so that the socket code doesn't leap intojulian2001-02-051-2/+7
* - Minimize the amount of duplicated code for the PREEMPTION #ifdef, it nowjhb2001-02-051-27/+9
* Make netgraph modules refuse to link with modules of a different ABI version.julian2001-02-053-39/+75
* Regen.n_hibma2001-02-052-5/+67
* Add some ids from NetBSD.n_hibma2001-02-051-2/+16
OpenPOWER on IntegriCloud