Age | Commit message (Expand) | Author |
2001-07-31 | License clarification from Eric S. Raymond. | Peter Valchev |
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright |
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright |
2001-07-18 | do not reset the volume after playback; landy@alumni.caltech.edu | Theo de Raadt |
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright |
2001-07-17 | From NetBSD: driver for Addonics FlexPort 8S | Jason Wright |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas Hallqvist |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt |
2001-07-08 | OpenBSD tag. | Federico G. Schwindt |
2001-07-06 | __powerpc__ is defined in gcc's specs and used throughout the tree for powerp... | Steve Murphree |
2001-07-06 | correct includes for mvmeppc | Steve Murphree |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist |
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-25 | ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt |
2001-06-23 | Actually, should just use m_tag_init() | Angelos D. Keromytis |
2001-06-23 | LIST_INIT, not TAILQ_INIT. | Angelos D. Keromytis |
2001-06-06 | missing bus linkage. ok, niklas@ | David Leonard |
2001-05-20 | Convert from tdbi to tags. | Angelos D. Keromytis |
2001-05-13 | sync | Theo de Raadt |
2001-05-13 | hmm, these should not need entries... | Theo de Raadt |
2001-05-08 | sync | Theo de Raadt |
2001-05-08 | another modem | Theo de Raadt |
2001-04-19 | dmesg printout tweaks | Theo de Raadt |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-12 | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more | Constantine Sapuntzakis |
2001-04-12 | The old code was broken and always allocated for a 16-bit DMA channel, | Constantine Sapuntzakis |
2001-04-06 | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. | Federico G. Schwindt |
2001-04-02 | Do not delete timeouts when they are not set | Niklas Hallqvist |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function... | Constantine Sapuntzakis |
2001-03-22 | fix typo | Michael Shalayeff |
2001-03-22 | Paranoid -- clear tdbi field in mbuf pkthdr. | Angelos D. Keromytis |
2001-03-15 | regen | Aaron Campbell |
2001-03-15 | Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to | Aaron Campbell |
2001-03-12 | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | Aaron Campbell |
2001-03-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson |
2001-03-05 | sync | Theo de Raadt |
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-03 | new timeouts | Michael Shalayeff |
2001-02-03 | no machine/pio.h is needed, space police | Michael Shalayeff |
2001-02-03 | new timeouts, space control | Michael Shalayeff |
2001-02-03 | make it compile, new timeouts, space control | Michael Shalayeff |
2001-02-03 | no timeouts is new timeouts | Michael Shalayeff |
2001-02-02 | $OpenBSD$ | Aaron Campbell |
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell |
2001-01-31 | Some int -> u_long (I incorrectly converted paddr_t to int when porting this). | Aaron Campbell |