| Commit message (Expand) | Author | Age | Files | Lines |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 102 | -582/+595 |
| * | Add kernel side support for DAO burning. | Søren Schmidt | 2001-09-10 | 1 | -26/+83 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 2 | -0/+5 |
| * | Fix some malformed macro concatenation that gcc-3 has objections about. | Peter Wemm | 2001-09-10 | 1 | -4/+4 |
| * | Lots of style(9) related white space fixes. Mostly missing spaces | Brooks Davis | 2001-09-10 | 6 | -122/+149 |
| * | Add support for monitor mode. This means that after enabling the | Brooks Davis | 2001-09-10 | 1 | -92/+254 |
| * | Fix a minor buglet/typo here that gcc3 complains about. | Peter Wemm | 2001-09-10 | 1 | -1/+1 |
| * | regenerate this file too (forgotten after last usbdevs update) | Bill Paul | 2001-09-09 | 1 | -1/+7 |
| * | Add a missing newline to an error message. | Dima Dorfman | 2001-09-09 | 1 | -1/+1 |
| * | Add support for the Accton USB320-EC Ethernet adapter. | Doug White | 2001-09-09 | 1 | -0/+1 |
| * | Regen. | Doug White | 2001-09-09 | 1 | -1/+4 |
| * | Add entry for Accton USB320-EC Ethernet adapter. | Doug White | 2001-09-09 | 1 | -0/+3 |
| * | Don't call tsleep from AcpiOsStall(), call DELAY() always instead. | Mitsuru IWASAKI | 2001-09-08 | 1 | -5/+1 |
| * | Convert the CMedia driver to using a device mutex and INTR_MPSAFE. | Brian Feldman | 2001-09-08 | 1 | -2/+28 |
| * | Should check debug.acpi.avoid, not .disable. | Mike Smith | 2001-09-07 | 1 | -1/+1 |
| * | Allow the ACPI subsystem to be disabled with a hint. | Mike Smith | 2001-09-07 | 1 | -19/+59 |
| * | Move OsdEnvironment.c into MD code; searching for the ACPI tables is not | Mike Smith | 2001-09-07 | 1 | -64/+0 |
| * | Initialise the adapter status to an invalid state, so that the initial check | Mike Smith | 2001-09-06 | 1 | -0/+1 |
| * | Add a hack to acpi_EvaluateInteger() to handle the case of a method | John Baldwin | 2001-09-06 | 1 | -1/+37 |
| * | Allocate system resource IRQs as shareable; this is the typical case. | Mike Smith | 2001-09-06 | 1 | -1/+1 |
| * | Surf the net again and find more device IDs: | Warner Losh | 2001-09-06 | 1 | -6/+24 |
| * | minor commentary | Warner Losh | 2001-09-06 | 1 | -0/+10 |
| * | Fix the size of medium code, the old one failed for DVD's. | Søren Schmidt | 2001-09-06 | 1 | -1/+14 |
| * | Update the atkbdc, atkbd, and psm drivers to probe/attach | Kazutaka YOKOTA | 2001-09-06 | 7 | -210/+449 |
| * | Fix verbose probe message. | Søren Schmidt | 2001-09-06 | 1 | -6/+8 |
| * | Don't use a silly test to define INTR_ENTROPY. | Scott Long | 2001-09-06 | 1 | -1/+1 |
| * | Add support for set/getting the region code on DVD drives. | Søren Schmidt | 2001-09-06 | 1 | -0/+3 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 2 | -2/+2 |
| * | Deconditionalize vlan support. | Brooks Davis | 2001-09-05 | 1 | -14/+3 |
| * | Update tx(4) to always enable vlan(4) support. | Brooks Davis | 2001-09-05 | 1 | -6/+0 |
| * | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 3 | -65/+15 |
| * | Bring the aac driver *much* closer to style(9). | Scott Long | 2001-09-05 | 9 | -3120/+3302 |
| * | add a method for recording of specific channels for devices with more than | Cameron Grant | 2001-09-05 | 6 | -15/+64 |
| * | don't try to dump nonexistent data when recording | Cameron Grant | 2001-09-05 | 1 | -1/+1 |
| * | Regenerate. | Bill Paul | 2001-09-04 | 1 | -1/+5 |
| * | Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs. | Bill Paul | 2001-09-04 | 3 | -26/+79 |
| * | I don't know what I was thinking- if I have two separate busses on on | Matt Jacob | 2001-09-04 | 1 | -174/+136 |
| * | Note for ATIOs returned because of BDRs or Bus Resets for which bus this | Matt Jacob | 2001-09-04 | 1 | -20/+34 |
| * | If we're on an interrupt stack, mark things so that we don't try | Matt Jacob | 2001-09-04 | 1 | -10/+11 |
| * | I don't know what I was thinking- if I have two separate busses on on | Matt Jacob | 2001-09-04 | 1 | -4/+6 |
| * | Fix SET_IID_VAL/SET_BUS_VAL macros to usable. | Matt Jacob | 2001-09-04 | 1 | -2/+2 |
| * | Add support for Conexant LANfinity miniPCI controllers. People who have | Bill Paul | 2001-09-04 | 2 | -3/+49 |
| * | Just print a message in acpi_tz_monitor() only when new active state | Mitsuru IWASAKI | 2001-09-04 | 1 | -2/+5 |
| * | Kill the NCCD constant by modernizing the ccd driver. | Poul-Henning Kamp | 2001-09-04 | 1 | -193/+222 |
| * | Remove an accidentally forgotten #ifdef. This could cause depletion | Greg Lehey | 2001-09-04 | 1 | -2/+0 |
| * | We should not pass the size of the memory to bus_alloc_resource(). | Noriaki Mitsunaga | 2001-09-04 | 4 | -4/+4 |
| * | Sigh. There are actually two ioctls ranges that need to be watched on the | Scott Long | 2001-09-03 | 1 | -1/+1 |
| * | Because we now store SCCLUN capabilities in firmware attributes, get | Matt Jacob | 2001-09-03 | 1 | -16/+19 |
| * | Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16 | Matt Jacob | 2001-09-03 | 1 | -31/+62 |
| * | Add some more firmware revision macros. Add firmware attributes field | Matt Jacob | 2001-09-03 | 1 | -1/+7 |