aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove safety belt that checks for miibus in the config file. ThisJonathan Lemon2001-05-131-11/+0
* Return errors for unsupported operations on pcic_get_res_flags ratherWarner Losh2001-05-131-1/+1
* Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORTWarner Losh2001-05-131-13/+17
* I'll be making some rather substantial changes to the pci attachmentWarner Losh2001-05-134-608/+2
* o Get rid of static array of slots in pccard layer. Move this to theWarner Losh2001-05-134-101/+99
* Update makefile to reflect vlan support.Jonathan Lemon2001-05-131-1/+5
* Add few cosmetic style fixes, and some debug information for SCB timeouts.Jonathan Lemon2001-05-131-4/+62
* Add a few more register definitions.Jonathan Lemon2001-05-121-0/+12
* Revert part of last commit. Instead of using %fs for KSD/TSD, we'llDaniel Eischen2001-05-122-0/+2
* Unbreak release. *sigh*Bill Paul2001-05-122-2/+2
* Th -> The in a commentWarner Losh2001-05-121-1/+1
* Preserve the state of the %gs register when setting up the signalDaniel Eischen2001-05-121-2/+0
* Simplify the vm fault trap handling code a bit by using if-else instead ofJohn Baldwin2001-05-114-98/+49
* GC prototype for procfs_bmap() missed during a previous commit.John Baldwin2001-05-112-2/+0
* Simply the vm fault trap handling code a bit by using if-else instead ofJohn Baldwin2001-05-111-11/+4
* Allow sendsig() to hand the proc lock off to osendsig() rather than havingJohn Baldwin2001-05-111-2/+1
* Add a new macro to test if a process' proc lock is held by the currentJohn Baldwin2001-05-111-0/+1
* It's vlan.h, not opt_vlan.h.Bill Paul2001-05-111-1/+1
* In vrele() and vput(), avoid triggering the confusing "missed vn_close"Ian Dowse2001-05-111-2/+6
* Regenerate.Jonathan Lemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.Jonathan Lemon2001-05-112-15/+20
* RegenerateBill Paul2001-05-111-1/+5
* Check witness_dead in more functions to avoid panic'ing when assertionsJohn Baldwin2001-05-111-3/+16
* Disable the 'stats counter overflow' interrupts since they can happenBill Paul2001-05-111-1/+1
* Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul2001-05-1111-3/+3384
* Regenerate.Tor Egge2001-05-111-1/+1
* gettimeofday() is MP safe on both -current and -stable.Tor Egge2001-05-111-1/+1
* In in_ifadown(), differentiate between whether the interface goesRuslan Ermilov2001-05-114-11/+15
* Remove yet another deadlock case.Kirk McKusick2001-05-111-3/+6
* Fix world-breaking typo in previous commit.Greg Lehey2001-05-111-1/+1
* Un-swap irq/link byte values so that printf works.Mike Smith2001-05-113-3/+3
* Trim lots of stuff that is now in MI code along with MD alpha code.John Baldwin2001-05-101-324/+7
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-1017-79/+139
* Try to read the station address twice during the probe. I've seenBill Paul2001-05-101-1/+7
* - Use sched_lock and critical regions to ensure that LDT updates are threadJohn Baldwin2001-05-107-63/+100
* The new order of things is that dwlpxN is now called pcibN- so hack aroundMatt Jacob2001-05-101-2/+4
* Fix the panics for real this time. When something can't be allocated,Warner Losh2001-05-101-24/+27
* add alpha_pci_route_interrupt methodMatt Jacob2001-05-101-2/+4
* Quick hack to reintroduce the notion that there might be alpha platformsMatt Jacob2001-05-101-20/+82
* FICL 2.05 has a flawed definition of BASE. Fix it.Daniel C. Sobral2001-05-101-1/+1
* Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.hJohn Baldwin2001-05-091-1/+1
* Add in commented out entries for NEWCARD so that they are at leastJohn Baldwin2001-05-092-0/+30
* The sk driver developed a bug when the multicast code was changed toBill Paul2001-05-092-12/+14
* Add include of sys/mutex.h and resort include of sys/lock.h.John Baldwin2001-05-091-1/+2
* Add needed sys/lock.h include.John Baldwin2001-05-091-0/+1
* Remove the error var, it hides the real one.Søren Schmidt2001-05-091-1/+1
* Avoid overflow when converting ticks to jiffies.Dag-Erling Smørgrav2001-05-092-2/+2
* Eliminate some panics for errors we can recover from.Duncan Barclay2001-05-092-164/+121
* Use enumeration values for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-4/+13
* Use enumeration types for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-1/+2