summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.Peter Wemm2000-01-145-33/+33
* ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu2000-01-143-4/+6
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-1434-10166/+36
* Do a few minor cleanups.Bill Paul2000-01-142-9/+5
* Don't do device_set_desc() until after checking for PnP probes. OtherwisePeter Wemm2000-01-143-9/+12
* Non-operational change, fix compiler warning.Matthew Dillon2000-01-142-2/+2
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.Justin T. Gibbs2000-01-142-2/+4
* adv_pci.c:Justin T. Gibbs2000-01-146-434/+614
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-1416-7/+1449
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.Jason Evans2000-01-1414-520/+701
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-144-46/+22
* Clean up rxeof routines a little.Bill Paul2000-01-142-9/+17
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-1432-2522/+3343
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.Bill Paul2000-01-131-1/+1
* Remove debug printf I left in by mistake.Bill Paul2000-01-131-2/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-1310-116/+0
* Regenerate.Bill Paul2000-01-132-2/+72
* Bunch of updates:Bill Paul2000-01-136-59/+128
* Confirming Peter's fix (locking 101: release the lock before you goKirk McKusick2000-01-132-4/+0
* Bring over ipfilter kernel sources, including merging the local modifications.Guido van Rooij2000-01-1315-224/+429
* Free the global softupdates lock prior to tsleep() in getdirtybuf().Peter Wemm2000-01-132-0/+4
* add MAINTAINER file for clarityMatt Jacob2000-01-131-0/+2
* fix wrong name which is hidden by wrong ifdef.Yoshinobu Inoue2000-01-131-1/+1
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-136-89/+89
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()Yoshinobu Inoue2000-01-132-2/+8
* Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)Peter Wemm2000-01-131-0/+1
* Synced with sys/dev/syscons/syscons.c rev 1.331.KATO Takenori2000-01-131-27/+28
* Synced with following changes:KATO Takenori2000-01-132-14/+0
* Synced with sys/isa/sio.c rev 1.284.KATO Takenori2000-01-132-6/+6
* Remove old copy of if_ed.c; it is no longer used.Matthew N. Dodd2000-01-131-3541/+0
* Set ifq_maxlen. (to default IFQ_MAXLEN)Matthew N. Dodd2000-01-131-0/+1
* Allow SMP systems with an MCA bus to work properly.Matthew N. Dodd2000-01-138-28/+43
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.Matthew N. Dodd2000-01-131-2/+44
* Correctly test CF.Matthew N. Dodd2000-01-132-2/+2
* Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)Peter Wemm2000-01-131-2/+4
* Add a few devices IDs and clarify the SiS 85c496 entry.Matthew N. Dodd2000-01-131-1/+9
* Because cylinder group blocks are now written in background,Kirk McKusick2000-01-132-6/+26
* A panic occurs during an fsync when a dirty block associated withKirk McKusick2000-01-132-8/+14
* Remove the 'at isa? ...' bits for ex0.Matthew N. Dodd2000-01-137-15/+7
* Cosmetic cleanups.Matthew N. Dodd2000-01-132-68/+46
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this laterMatthew N. Dodd2000-01-132-44/+118
* When I converted this driver to newbus I also cleaned up the codeMatthew N. Dodd2000-01-132-100/+102
* Stop the recurring feeling of deja vuWarner Losh2000-01-131-1/+2
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have theCameron Grant2000-01-131-0/+6
* be less verboseCameron Grant2000-01-131-3/+5
* add a comment for some possible? IPv4 option processing.Yoshinobu Inoue2000-01-132-0/+2
* removed incorrect ip6 length setting for IPv6 tcp reset packet.Yoshinobu Inoue2000-01-132-2/+0
* removed an ours case which think a packet destined to loopback interfaceYoshinobu Inoue2000-01-131-5/+1
* added missing IPV6_PORTRANGE case.Yoshinobu Inoue2000-01-131-0/+1