| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add compatibility for 4-stable. | Hidetoshi Shimokawa | 2003-11-07 | 1 | -0/+5 |
| * | Better attempt at fooling GEOM into working with burnable media. | Søren Schmidt | 2003-11-07 | 1 | -1/+1 |
| * | Add PCID for 6i controller | Paul Saab | 2003-11-07 | 1 | -0/+1 |
| * | Disable the (currently unused) xe_reg_dump() function, until I know for | Scott Mitchell | 2003-11-06 | 1 | -1/+9 |
| * | Correct the structure packing. | Paul Saab | 2003-11-06 | 1 | -14/+14 |
| * | Use if_printf() for FWEDEBUG. | Hidetoshi Shimokawa | 2003-11-06 | 1 | -7/+7 |
| * | Pull ataraid out from under giant. | Søren Schmidt | 2003-11-05 | 1 | -3/+3 |
| * | Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe | Hartmut Brandt | 2003-11-05 | 2 | -2/+9 |
| * | When compiled with debugging trace the number of transmit mbufs that | Hartmut Brandt | 2003-11-05 | 2 | -2/+46 |
| * | Initialize the USED flag in new external receive buffers to 0, not to 1. | Hartmut Brandt | 2003-11-05 | 1 | -2/+2 |
| * | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail) | Warner Losh | 2003-11-05 | 1 | -2/+2 |
| * | Truly fix the lockup mentioned in 1.153. The PRISM hardware is not | Brian Feldman | 2003-11-04 | 1 | -0/+9 |
| * | Despite making the card not lock up, thae workaround from 1.153 didn't | Brian Feldman | 2003-11-04 | 1 | -3/+0 |
| * | Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level | Scott Mitchell | 2003-11-04 | 2 | -206/+128 |
| * | Use %#jx for both args. | Warner Losh | 2003-11-04 | 1 | -2/+2 |
| * | o Add sysctl to allow ignoring checksum of eeprom. | Warner Losh | 2003-11-04 | 2 | -53/+77 |
| * | Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong length | Brian Feldman | 2003-11-04 | 1 | -9/+13 |
| * | On my ZoomAir-branded Intersil PRISM2 cards, if you try to set the | Brian Feldman | 2003-11-04 | 1 | -0/+3 |
| * | Enable PCI interrupt routing for i386 SMP kernels. | John Baldwin | 2003-11-03 | 1 | -1/+1 |
| * | Fix two small style nits pointed out by bde: Remove spaces after cast and | Warner Losh | 2003-11-03 | 1 | -1/+1 |
| * | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | Eric Anholt | 2003-11-03 | 2 | -2/+2 |
| * | Sync to 1.79 | Warner Losh | 2003-11-03 | 1 | -4/+4 |
| * | Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if it | Warner Losh | 2003-11-03 | 1 | -1/+1 |
| * | Sync to 1.78 | Warner Losh | 2003-11-03 | 1 | -1/+4 |
| * | o Use %j and uintmax_t rather than uint64_t for casting. | Warner Losh | 2003-11-03 | 2 | -4/+4 |
| * | Fix prototypo | Poul-Henning Kamp | 2003-11-03 | 1 | -1/+1 |
| * | Get word spacing right in morse mode. | Poul-Henning Kamp | 2003-11-03 | 2 | -1/+3 |
| * | - Change driver name to fix if_xname breakage in the previous revision. | Hidetoshi Shimokawa | 2003-11-03 | 1 | -3/+3 |
| * | Add a generic LED driver for flashing lamps. | Poul-Henning Kamp | 2003-11-03 | 2 | -0/+279 |
| * | Move sysctl declarations next to the corresponding tunable declarations. | Dag-Erling Smørgrav | 2003-11-03 | 2 | -7/+6 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 13 | -13/+0 |
| * | ia64 tenderbox hates what I did wrt a printf, so cast the snot out of | Warner Losh | 2003-11-03 | 1 | -2/+2 |
| * | Constify a few more strings that were hidden behind XE_DEBUG define. | Scott Mitchell | 2003-11-02 | 1 | -14/+8 |
| * | Fix burning of CD's that got broken by the GEOM'ification. | Søren Schmidt | 2003-11-02 | 1 | -9/+5 |
| * | On ATA control commands return the registers in the request. | Søren Schmidt | 2003-11-02 | 1 | -32/+40 |
| * | Correct the spelling of m_devget() in the sysctl variable description. | Ruslan Ermilov | 2003-11-02 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2003-11-02 | 2 | -49/+99 |
| * | MFp4: | Warner Losh | 2003-11-02 | 1 | -6/+14 |
| * | MFp4: | Warner Losh | 2003-11-02 | 1 | -1/+3 |
| * | MFP4: | Warner Losh | 2003-11-02 | 1 | -0/+1 |
| * | Make sure we get all user-written input. This simplifies the | Mark Murray | 2003-11-02 | 1 | -14/+5 |
| * | Do if_xname conversion. I missed this one because it's pc98 only. | Brooks Davis | 2003-11-01 | 1 | -2/+2 |
| * | Make the cardbus driver a derived class of the pci driver. In theory, this | Doug Rabson | 2003-11-01 | 2 | -38/+3 |
| * | GEOM'ify atapi-cd. Original patch by phk, subtle changes by me. | Søren Schmidt | 2003-11-01 | 2 | -182/+127 |
| * | Shorten the code by removing one "do-nothing" function, replacing it | Mark Murray | 2003-11-01 | 1 | -10/+1 |
| * | Fix cable detection on AMD chips. | Søren Schmidt | 2003-11-01 | 1 | -5/+6 |
| * | o check hal ABI version to catch driver-HAL mismatches | Sam Leffler | 2003-11-01 | 1 | -0/+16 |
| * | Remove a bogus PCI ID entry. | Scott Long | 2003-11-01 | 1 | -2/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 76 | -362/+298 |
| * | Add support for the Broadcom BCM5788 (just another entry to the PCI | Bill Paul | 2003-10-31 | 2 | -0/+3 |