aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Surf the net again and find more device IDs:Warner Losh2001-09-061-6/+24
* minor commentaryWarner Losh2001-09-061-0/+10
* Add struct tags to avoid warnings in kernel code.Doug Rabson2001-09-061-2/+2
* Fix the size of medium code, the old one failed for DVD's.Søren Schmidt2001-09-061-1/+14
* Use MACHINE_ARCH instead of MACHINE to fix pc98 module.Yoshihiro Takahashi2001-09-061-3/+3
* Update the atkbdc, atkbd, and psm drivers to probe/attachKazutaka YOKOTA2001-09-0610-335/+728
* Fix verbose probe message.Søren Schmidt2001-09-061-6/+8
* Don't use a silly test to define INTR_ENTROPY.Scott Long2001-09-061-1/+1
* Add support for set/getting the region code on DVD drives.Søren Schmidt2001-09-061-0/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-0624-80/+99
* Cosmetic cleanups and rearrangement for code to come. There should beJonathan Lemon2001-09-061-63/+68
* Sigh. Dig up text from a signature in a 1994 Usenet post I made and redoPeter Wemm2001-09-051-5/+12
* Attach if_vlan to the build process.Brooks Davis2001-09-051-0/+1
* vlan.h is obsolete, don't create it anymore.Brooks Davis2001-09-055-21/+5
* Deconditionalize vlan support.Brooks Davis2001-09-051-14/+3
* Update tx(4) to always enable vlan(4) support.Brooks Davis2001-09-053-17/+1
* Patric Gualat tells me that I can't do basic bit math. He's right.Warner Losh2001-09-051-4/+4
* Don't specify the number of vlan interfaces any more, they are createdBrooks Davis2001-09-052-2/+2
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-059-163/+205
* Bring the aac driver *much* closer to style(9).Scott Long2001-09-0510-3246/+3428
* Include <sys/_lock.h> for the definition of struct lock_object. Don'tJohn Baldwin2001-09-051-0/+1
* Remove superfluous statement.Jonathan Lemon2001-09-052-2/+0
* add a method for recording of specific channels for devices with more thanCameron Grant2001-09-056-15/+64
* style(9) the structure definitions.David E. O'Brien2001-09-052-2/+2
* don't try to dump nonexistent data when recordingCameron Grant2001-09-051-1/+1
* Merge linker set relocations with the rest.Doug Rabson2001-09-052-0/+2
* It is the last-second trivial changes that kill me every time.Peter Wemm2001-09-051-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-059-20/+20
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-058-360/+701
* Attempt to refine the __IDSTRING() macros so that they dont collide withPeter Wemm2001-09-051-4/+12
* style(9) the structure definitions.David E. O'Brien2001-09-0514-22/+22
* Fix the definition generation code from rev 1.15 that generates non-style(9)David E. O'Brien2001-09-051-4/+4
* style(9) the structure definitions.David E. O'Brien2001-09-0525-58/+52
* Style(9)David E. O'Brien2001-09-051-47/+47
* Add cloning support for the tap(4) device similar to that in the tun(4)Brooks Davis2001-09-052-136/+221
* Regenerate.Bill Paul2001-09-041-1/+5
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.Bill Paul2001-09-043-26/+79
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-174/+136
* Note for ATIOs returned because of BDRs or Bus Resets for which bus thisMatt Jacob2001-09-041-20/+34
* If we're on an interrupt stack, mark things so that we don't tryMatt Jacob2001-09-041-10/+11
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-4/+6
* Don't report power interrupts.Warner Losh2001-09-041-2/+0
* MFS: put debug writes behind boot verbose.Warner Losh2001-09-041-7/+16
* Fix SET_IID_VAL/SET_BUS_VAL macros to usable.Matt Jacob2001-09-041-2/+2
* Fix a memory leak in __getcwd() that can occur after a filesystemIan Dowse2001-09-041-1/+3
* Make the csc and function interrupts ISA on shutdown. This shouldWarner Losh2001-09-041-1/+13
* Add support for Conexant LANfinity miniPCI controllers. People who haveBill Paul2001-09-044-6/+98
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-048-8/+113
* Remove long overdue obsolete file ide_pcireg.hSøren Schmidt2001-09-041-63/+0
* There is no option IDE_DELAY and havn't been for a long time..Søren Schmidt2001-09-041-1/+0