summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* NE200 -> NE200Timp2005-01-101-1/+1
* Tweaks to the name of this card, based on input from Sean Shapira.imp2005-01-101-1/+1
* Remove matcd. It isn't in the build, has issues and can be retired.imp2005-01-106-4133/+0
* sort more things alphabeticallyimp2005-01-101-158/+158
* Sort entries.imp2005-01-101-9/+7
* Sort entires better.imp2005-01-101-4/+4
* Add support for:imp2005-01-101-0/+1
* Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a feimp2005-01-101-0/+1
* Free the shared devq last since CAM expects it to be there ifdwhite2005-01-102-5/+11
* fix a "little-endian-big-endian confusion that luckily:julian2005-01-091-2/+2
* Only update the boot sector when there is a valid drive number provided.peadar2005-01-091-14/+15
* In my last commit, I'd assumed that LINE30 was always defined. Itimp2005-01-094-0/+58
* correct direction for bus_dma sync of rx buffersam2005-01-092-2/+2
* Don't panic when we're asked to allocate a resource type that we knowmarcel2005-01-091-3/+2
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Increase default synchronization speed.pjd2005-01-092-2/+2
* Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processedrwatson2005-01-091-1/+1
* Recent changes have locked down most of the highly dynamic datarwatson2005-01-092-4/+0
* Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPXrwatson2005-01-092-39/+110
* Clean up return handling for a number of SPX-related routines thatrwatson2005-01-091-22/+29
* Protect ipx_pexseq with the IPX PCB list mutex.rwatson2005-01-092-3/+12
* Acquire or assert the IPX PCB list lock or IPX PCB lock during variousrwatson2005-01-091-33/+72
* Assert or acquire the IPX PCB list lock or IPX PCB locks throughoutrwatson2005-01-091-1/+21
* Hold the IPX PCB mutex around calls to ipx_input() in the IPX inputrwatson2005-01-091-1/+8
* Hold the global IPX PCB list mutex in the IPX input path when walkingrwatson2005-01-091-0/+7
* Introduce a global mutex, ipxpcb_list_mtx, to protect the globalrwatson2005-01-093-1/+24
* In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that therwatson2005-01-091-2/+2
* Eliminate jump to 'bad' label in order to clean up the ipx_input()rwatson2005-01-091-13/+14
* Move the acquisition and release of the page queues lock outside of a loopalc2005-01-081-2/+3
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-087-35/+1
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-085-6/+13
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.imp2005-01-082-42/+0
* Merge module.h into 30line.h and remove it. It lacked aimp2005-01-083-69/+10
* This change adds reliability for Ethernet trunks built with ng_one2many:glebius2005-01-082-0/+37
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Break out of loop earlier if it is not timeout.davidxu2005-01-081-1/+1
* Annotate that pfs_exit() always acquires and releases two mutexes forrwatson2005-01-081-0/+4
* In acct_process(), do a lockless read of acctvp to see if it's NULLrwatson2005-01-081-1/+12
* Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* In kern_wait(), let the compiler copy the rusage structure rather thanrwatson2005-01-081-1/+1
* Revert local experiment which leaked into commit.phk2005-01-071-1/+1
* Fix compilation of DEVICE_POLLING code.phk2005-01-072-6/+6
* Comment typo.keramida2005-01-071-1/+1
* Fix support for machines with default MP Table configurations:jhb2005-01-071-18/+71
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-075-26/+111
* Fix typo from previous commit.scottl2005-01-071-0/+1
* Add a default driver to attach to the "hidden" scsi channels of the Dellscottl2005-01-071-0/+62
* Transfer responsibility for freeing the page taken from the cachealc2005-01-071-19/+17
* Fix typos from previous commit.scottl2005-01-072-0/+2
* Adjust two of my comments to the new world order: Indent protection incperciva2005-01-071-2/+2
OpenPOWER on IntegriCloud