Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-05 | fix datasheet url | Chris Cappuccio | |
2000-06-03 | Move everything to where is supposed to be (reg definitions, etc). | Jason Wright | |
Add some of the skip logic. | |||
2000-06-02 | squeeze basic framework into place. process generates SIMPLEQ of requests, | Theo de Raadt | |
they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work. | |||
2000-06-02 | callback is always static | Theo de Raadt | |
2000-05-31 | sync | Chris Cappuccio | |
2000-05-31 | Add some OPTi IDE controllers | Chris Cappuccio | |
2000-05-31 | sync | Theo de Raadt | |
2000-05-31 | another pci-pci bridge | Theo de Raadt | |
2000-05-30 | audio driver for intel 810/820/440MX i/o controller hub ac'97 . | Michael Shalayeff | |
820 and 440MX are untested, but should work. | |||
2000-05-30 | regen | Michael Shalayeff | |
2000-05-30 | 440MX chipset definions | Michael Shalayeff | |
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | oops | Theo de Raadt | |
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | more device descriptions | Theo de Raadt | |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-26 | Match 2930CU, it works with the new driver | Chris Cappuccio | |
2000-05-22 | sync | Chris Cappuccio | |
2000-05-22 | Adaptec AHA-2930CU | Chris Cappuccio | |
2000-05-18 | work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto accelerator | Jason Wright | |
2000-05-15 | sync | Theo de Raadt | |
2000-05-15 | clean | Theo de Raadt | |
2000-05-08 | crank MAX_SCATTER to handle large chain lengths; deraadt ok'd. | Jason Wright | |
2000-05-04 | Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems. | Todd C. Miller | |
It will attach at wdc and be less problematical, though I still wouldn't trust my data to it. | |||
2000-05-04 | sync | Theo de Raadt | |
2000-05-04 | heck, pick names for some more RCC devices, since the guy who knows what ↵ | Theo de Raadt | |
they are is gone for the week | |||
2000-05-04 | fixed context memory sizing | Jason Wright | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | rename 82454NX | Theo de Raadt | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | pcidevs.h | Theo de Raadt | |
2000-05-03 | advansys U3W | Theo de Raadt | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | more nasty pcbh devices | Theo de Raadt | |
2000-05-01 | sync | Theo de Raadt | |
2000-05-01 | another RCC host bridge | Theo de Raadt | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-28 | sync | Theo de Raadt | |
2000-04-28 | IRE SafeNet CryptIC PCI card | Theo de Raadt | |
2000-04-27 | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one | Todd C. Miller | |
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI. | |||
2000-04-27 | Previous commit contained things that I want to keep local for now | Chris Cappuccio | |
2000-04-27 | Cleanup SIOCSIFMTU | Chris Cappuccio | |
2000-04-27 | Remove MTU cruft | Chris Cappuccio | |
2000-04-26 | Enable SIOCSIFMTU, as it is supported by if.c and ifconfig now | Chris Cappuccio | |
2000-04-26 | Turn on a bit (for 82558/82559 only) which disables the chip's | Chris Cappuccio | |
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@ | |||
2000-04-26 | Fix for if_vlan (FreeBSD) | Chris Cappuccio | |
2000-04-26 | Remove one of my completely incomprehensible debugging printf's. | Aaron Campbell | |
2000-04-26 | we've done an oops | Michael Shalayeff | |
2000-04-26 | dc_csid ain't needed no more; jason@ ok | Michael Shalayeff | |
2000-04-25 | if we have to allocate a new mbuf, don't forget to copy the header info from | Jason Wright | |
the original packet. |