summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Work around aparent bug in the .Dv macro by eliminating some spaces.archie2000-01-172-2/+2
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove unnecessary includes.nyan2000-01-171-2/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andnyan2000-01-171-5/+5
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
* Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274peter2000-01-171-2/+5
* Better bounding on softdep_flushfiles; other minor tweeks to checks.mckusick2000-01-172-14/+18
* Must track multiple uncommitted renames until one ultimately getsmckusick2000-01-172-44/+130
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-176-14/+16
* Increase size of the scsi_inquiry_data structure to it's nearlymjacob2000-01-171-1/+44
* Remove garbage collected tags from their usage in the ccb_getdevmjacob2000-01-171-12/+39
* Shift bits for CAM flags so that the top bit isn't set in an enummjacob2000-01-171-28/+13
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.mjacob2000-01-171-1/+4
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
* Removed outdated comment on experimental nature of ata. Added comment to espwilko2000-01-162-12/+2
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-168-14/+214
* fix missing \n in sndstat outputcg2000-01-161-1/+1
* Correct comments / point to right LINT file (./LINT does not exist for Alpha)wilko2000-01-162-6/+8
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitcg2000-01-161-1/+1
* Convert last examples of `controller' to `device'.asmodai2000-01-163-15/+15
* Cleanup some more remaining bdev fluff.phk2000-01-162-77/+21
* Cleanup some remaining bdev fluff.phk2000-01-163-72/+12
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-167-9/+68
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-162-1/+3
* Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
* Fixed pedantic syntax errors caused by a trailing semicolon in thebde2000-01-161-7/+10
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-163-19/+69
* Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
* buglet fixmjacob2000-01-151-1/+1
* Do a wad of cleanup and put into place at least *one* functionalmjacob2000-01-151-85/+1077
* Move the kernel specific stuff into scsi_ses.c. Redo the ioctlsmjacob2000-01-151-46/+19
* Ensure that DMA mappings are freed in error situations.mks2000-01-152-7/+52
* Notice when an interface's ATM address changes when running a local arpserver.mks2000-01-151-0/+6
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). Thismks2000-01-151-7/+12
* Fix the tl driver so it doesn't run off the end of the RX descriptor listwpaul2000-01-151-7/+14
* |The hard limit for the BPF buffer size is 32KB, which appears too lowphk2000-01-152-3/+6
* Don't clobber the sources when plain "make" is run. Just print a messagebde2000-01-151-2/+4
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandmjacob2000-01-151-0/+2
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Actually read the PCI device ID when testing the device ID value againstwpaul2000-01-151-1/+1
* Added "sn" and "pcic" entries to UserConfig.hosokawa2000-01-151-0/+2
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-154-30/+102
* Remove some all-too-wordy debugging printsnewton2000-01-152-10/+0
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,newton2000-01-151-11/+32
* This is the 3rd stage of syscons code reorganization.yokota2000-01-1522-1250/+2378
OpenPOWER on IntegriCloud