summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* insert a magical second memory barrier prior to calling draina() ingallatin2001-04-081-0/+1
* Fix a precedence bug. ! has higher precedence than &.jake2001-04-081-1/+1
* Add yet another chip revision of the ES1371 which requires initialisationgreid2001-04-081-1/+2
* no longer needed now that we are able to build cdboot from sources againgallatin2001-04-081-1554/+0
* build cdboot from sources now that the cd9660 fs support worksgallatin2001-04-071-5/+4
* Use getopt instead of a home grown onen_hibma2001-04-072-167/+139
* Add id for the IO Data ET/Tn_hibma2001-04-071-0/+1
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-076-0/+1289
* Quieten when re-triggering.orion2001-04-071-0/+4
* use correct contants (from net/ethernet.h)alfred2001-04-061-2/+2
* replace hardcoded 1518 with ETHER_MAX_LENalfred2001-04-061-1/+1
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-062-2/+90
* - Split out the functionality of displaying the contents of a single lockjhb2001-04-062-21/+53
* Add ATA66 and ATA100 mode support for Acer chipsets.sos2001-04-061-4/+47
* fix security hole created by fragment cachedarrenr2001-04-0610-20/+72
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-065-7/+0
* pipe/queue are the only consumers of flow_id, so only set it in those casesbillf2001-04-061-1/+1
* - correct logic of per-address input packet counts for lo0ume2001-04-051-16/+29
* Soften the dire warnings about this code. Things are kinda workingimp2001-04-051-8/+3
* More error handling cleanups.sos2001-04-051-14/+11
* On burners that return faulty ready on fixate, wait for thesos2001-04-051-33/+45
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-053-39/+39
* Correct the sysctl names to match the tuneables.sos2001-04-051-3/+4
* Don't call prom_open() multiple times. This confuses some versions of SRMdfr2001-04-051-8/+22
* test should be for == 0, not < 0alfred2001-04-051-1/+1
* WI_TIMEOUT is 65536alfred2001-04-051-3/+2
* Don't leak resources:alfred2001-04-051-5/+12
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-052-12/+4
* Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, whichbmilekic2001-04-051-2/+2
* Various style fixes.bmilekic2001-04-051-21/+28
* Fix bpf devices so select() recognizes that they are always writable.gad2001-04-041-5/+8
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* call a watchdog timeout like it is.alfred2001-04-041-1/+1
* Roll platform minor.mjacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tmjacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atiomjacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that amjacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.mjacob2001-04-041-0/+13
* Ansification of source.mjacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
* If we have and error and are booting verbosely, don't be complainingmjacob2001-04-041-1/+7
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-042-3/+3
* Add recently assigned interface types.yar2001-04-041-0/+7
* Sync up to NetBSD, Step 2:yar2001-04-041-0/+136
* Sync up to NetBSD again, Step 1:yar2001-04-041-5/+5
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* Doh! Last second change introduced two compile warnings. Fix them.imp2001-04-041-2/+2
* Try to INIT the cards up to 5 times in a row rather than just once.imp2001-04-041-9/+15
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-032-90/+90
OpenPOWER on IntegriCloud