Age | Commit message (Expand) | Author |
2001-08-06 | Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR. | Kenneth R Westerback |
2001-08-03 | This driver allows vlan sized frames on 905B, set IFCAP_VLAN_MTU on that chip | Chris Cappuccio |
2001-08-03 | Fix logic for detecting 82558 and newer chips in pci; | Chris Cappuccio |
2001-08-03 | Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames. | Chris Cappuccio |
2001-08-03 | Set IFCAP_VLAN_MTU, this driver already allows vlan-size frames | Chris Cappuccio |
2001-08-03 | Avoid warning when building with vga on isa without vga on pci; ok mickey@ | Thorsten Lockert |
2001-08-03 | confgiuration -> configuration. | Federico G. Schwindt |
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis |
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis |
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert |
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis |
2001-07-26 | make it compile on `other' endian machines | Michael Shalayeff |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis |
2001-07-19 | Fix slave ATAPI device detect broken by last patch | Constantine Sapuntzakis |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm... | Michael Shalayeff |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas Hallqvist |
2001-07-13 | initialize bus width and number of luns supported. | Michael Shalayeff |
2001-07-13 | Change references to inic-950 to inic-940/950 to reflect chips | Kenneth R Westerback |
2001-07-13 | Remove static'ness of functions in line with normal OpenBSD | Kenneth R Westerback |
2001-07-12 | Rework of probe code. Try better to deal with floating buses. Depending | Constantine Sapuntzakis |
2001-07-11 | Eliminate use of static functions in line with normal OpenBSD | Kenneth R Westerback |
2001-07-10 | Use offsetof() from sys/param.h, not a local define. | Kenneth R Westerback |
2001-07-09 | Minor code clean ups. | Kenneth R Westerback |
2001-07-09 | Move IFQ_SET_READY macro to attach time. | Federico G. Schwindt |
2001-07-09 | Fix incorrect logic 'optimization' so that sync is negotiated even if | Kenneth R Westerback |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt |
2001-07-08 | Fix thinko. Okay millert@ | Marc Espie |
2001-07-04 | Embedding newlines in strings is a bad idea, and prints out badly. | Marc Espie |
2001-07-04 | case labels without statements are not permitted by ANSI C... and gcc 3.0 | Marc Espie |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist |
2001-07-02 | these don't depend on pci register defs | Jason Wright |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-27 | zap old vm | Artur Grabowski |
2001-06-27 | Hold on to m0->m_pkthdr.len (just being pendantic) | Angelos D. Keromytis |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-27 | Pastos from the inception | Niklas Hallqvist |
2001-06-25 | Revert change to using sc_link in calls to siop_print_info(). | Kenneth R Westerback |
2001-06-25 | remove struct and contsts duplicated in between the files. | Michael Shalayeff |
2001-06-25 | Fix this right this time. ugh. | Dale Rahn |
2001-06-25 | remove unused variable. | Dale Rahn |
2001-06-25 | Fix excessive resets and device probes by storing IDENTIFY results in the | Constantine Sapuntzakis |
2001-06-25 | Add the missing endian pieces to wavelan driver. | Dale Rahn |
2001-06-25 | partial endianess fixes | Michael Shalayeff |
2001-06-24 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat |
2001-06-24 | Remove an over-optimization from the polling loop of siop_scsicmd(), | Kenneth R Westerback |
2001-06-24 | remove cold. | Federico G. Schwindt |
2001-06-24 | remove cold. | Federico G. Schwindt |