summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Make this compile - missing ")";peter2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
* Pre 4.0 tidy up.peter2000-01-1411-14/+15
* Do a few minor cleanups.wpaul2000-01-142-9/+5
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.gibbs2000-01-141-1/+2
* adv_pci.c:gibbs2000-01-146-434/+614
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-142-0/+1411
* 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-1421-1800/+2200
* 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
* Regenerate.wpaul2000-01-132-2/+72
* Bunch of updates:wpaul2000-01-136-59/+128
* add MAINTAINER file for claritymjacob2000-01-131-0/+2
* Set ifq_maxlen. (to default IFQ_MAXLEN)mdodd2000-01-131-0/+1
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.mdodd2000-01-131-2/+44
* Cosmetic cleanups.mdodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-131-50/+51
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have thecg2000-01-131-0/+6
* be less verbosecg2000-01-131-3/+5
* Make this compile on alphagallatin2000-01-131-1/+1
* Reintroduce the dc_coal() workaround routine for coalescing outboundwpaul2000-01-121-1/+43
* Remove a stray splx(s) call. This fixes the compiler warning.mdodd2000-01-121-1/+0
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-124-7/+58
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-124-18/+38
* Add support for detection of the ESS 1878 chip.deischen2000-01-121-0/+1
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-122-10/+26
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-121-3/+2
* Straighten out the logic in kue_setmulti() a little (the case where wewpaul2000-01-111-6/+5
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-112-29/+30
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-115-24/+22
* exclude chips with subdevices specified on a list of non-ac97 chipscg2000-01-111-2/+24
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-104-44/+176
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipn_hibma2000-01-101-0/+10
* Added PCIR_BIOS (0x30).yokota2000-01-101-0/+2
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-102-7/+4
* revision 1.40 backed out the removal of PCATCH in a tsleep allowingalfred2000-01-101-1/+1
* Obtain the initial key repeat rate setting via BIOS in i386 ifyokota2000-01-102-0/+108
* Add some keyboard IDs.yokota2000-01-102-4/+18
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatyokota2000-01-101-20/+26
* - Fix typo: CGA40 -> CGA80yokota2000-01-101-3/+3
* Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.imp2000-01-105-3733/+397
* make dsp_read() assert that it has a read channel, not a write channelcg2000-01-101-2/+2
* Eliminate pccard_chip_* tonight.imp2000-01-104-328/+68
OpenPOWER on IntegriCloud