summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* tighten up printoutmjacob2000-01-151-4/+2
* Grrr. Really add the module makefile for the Aironet driver.wpaul2000-01-141-0/+12
* Add pccard aic attachment.imp2000-01-141-0/+1
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-143-1/+185
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.gibbs2000-01-142-74/+127
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-1416-2/+3484
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-1412-0/+73
* Apply patches in rev 1.2 and 1.9 that I forgotguido2000-01-142-4/+6
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-142-2/+2
* Oops! We need an entry for if_ie still. Change a few nitsmdodd2000-01-141-1/+2
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Make this compile - missing ")";peter2000-01-141-1/+1
* Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet toluoqi2000-01-142-2698/+0
* Synced with sys/i386/isa/isa_compat.h rev 1.24.kato2000-01-141-15/+0
* Synced with sys/i386/i386/userconfig.c rev 1.168.kato2000-01-141-1/+2
* Synced with sys/i386/conf/GENERIC rev 1.228.kato2000-01-142-8/+10
* Synced with options.i386 rev 1.132.kato2000-01-141-0/+1
* Protect the i386 machine-dependant type definitions of __int64_tsheldonh2000-01-141-0/+2
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.peter2000-01-145-33/+33
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Pre 4.0 tidy up.peter2000-01-1434-10166/+36
* Do a few minor cleanups.wpaul2000-01-142-9/+5
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-143-9/+12
* Non-operational change, fix compiler warning.dillon2000-01-142-2/+2
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.gibbs2000-01-142-2/+4
* adv_pci.c:gibbs2000-01-146-434/+614
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-1416-7/+1449
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-1414-520/+701
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-144-46/+22
* Clean up rxeof routines a little.wpaul2000-01-142-9/+17
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-1432-2522/+3343
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.wpaul2000-01-131-1/+1
* Remove debug printf I left in by mistake.wpaul2000-01-131-2/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-1310-116/+0
* Regenerate.wpaul2000-01-132-2/+72
* Bunch of updates:wpaul2000-01-136-59/+128
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-132-4/+0
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-1330-448/+858
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-132-0/+4
* add MAINTAINER file for claritymjacob2000-01-131-0/+2
* fix wrong name which is hidden by wrong ifdef.shin2000-01-131-1/+1
* Change struct sockaddr_storage member name, because following changeshin2000-01-136-89/+89
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-132-2/+8
* Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)peter2000-01-131-0/+1
* Synced with sys/dev/syscons/syscons.c rev 1.331.kato2000-01-131-27/+28
* Synced with following changes:kato2000-01-132-14/+0
* Synced with sys/isa/sio.c rev 1.284.kato2000-01-132-6/+6
* Remove old copy of if_ed.c; it is no longer used.mdodd2000-01-131-3541/+0
* Set ifq_maxlen. (to default IFQ_MAXLEN)mdodd2000-01-131-0/+1
OpenPOWER on IntegriCloud