summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillimp2001-01-211-5/+371
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-213-16/+22
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-212-6/+6
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoimp2001-01-214-144/+344
* remove duplicate entry that snuck in during the merge.imp2001-01-212-8/+0
* Correct check for partition c. Previously the check was for drive 2,grog2001-01-201-1/+1
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-202-1/+6
* Sync to pccarddevs 1.9imp2001-01-201-2/+17
* Sync with NetBSD (again, after I got the most up to date file):imp2001-01-201-1/+10
* sync with pccarddevs 1.8.imp2001-01-201-2/+2
* Correct entry for RATOC REX_R280 to comply with style used in the restimp2001-01-201-1/+1
* Sync with pccarddevs.imp2001-01-201-9/+45
* Sync with NetBSD. v1.98->1.107:imp2001-01-201-4/+22
* Check the return value of sf_encap() and handle errors accordingly.wpaul2001-01-201-3/+11
* Set the OACTIVE flag if vr_encap() fails.wpaul2001-01-201-0/+1
* Silence compiler warnings.wpaul2001-01-201-2/+2
* Bug fixes that I've put together while working on a project in the office:wpaul2001-01-192-9/+19
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-2/+2
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-193-16/+0
* Zap #include "apm.h" - it was not used.peter2001-01-191-1/+0
* This driver needs COMPAT_OLDISA too. Sigh.peter2001-01-191-0/+4
* - Remove an unused write_ivars function that didn't do anything anyway.jhb2001-01-191-7/+1
* Warning police:jhb2001-01-192-2/+2
* Fix a maybe-not-so-harmless warning.peter2001-01-191-1/+1
* Add in an interrupt type for this driver. I have no idea how this couldjhb2001-01-191-1/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-1911-11/+15
* When blocksize is set to 2352, alwas read 2352 bytes.sos2001-01-181-2/+10
* Nikon E990 and Nomad MP3 player Ids.n_hibma2001-01-181-0/+8
* Take advantage of the fixes to the pcic code that allows multipledmlb2001-01-173-132/+160
* Add NEWCARD hooks. This seems to work just fine.peter2001-01-171-2/+32
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-172-3/+46
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-176-0/+31
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-173-0/+15
* Guard against overflow of the calculated timeout value.mjacob2001-01-161-4/+9
* Add was_fabric_dev/fabric_dev tags to our local FC database structuremjacob2001-01-151-9/+45
* Put in offset definitions for FPM and FBM registers, plus just enoughmjacob2001-01-151-0/+17
* Set default adapter role.mjacob2001-01-151-0/+1
* Use the isp_lastmbxcmd tag to report timed out mailbox commands.mjacob2001-01-151-2/+3
* Do more cleanup of the usage of 0..125 for F-port topologies.mjacob2001-01-151-11/+29
* When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocolmjacob2001-01-151-75/+134
* Add support for SMC91C100FD chip of MELCO LPC-TX.toshi2001-01-152-1/+3
* Use prober atomic operations when test&set'ing ->active.sos2001-01-141-6/+4
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-143-20/+58
* struct rangelock: Remove the field 'plex' from the entry. Range locksgrog2001-01-142-7/+3
* format_config: If a subdisk loses its drive (due to a bug which hasgrog2001-01-141-12/+25
* config_plex: Check that we have specified a plex organization.grog2001-01-141-3/+6
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-132-0/+53
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-113-15/+21
* Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manuallyjhb2001-01-111-2/+2
OpenPOWER on IntegriCloud