summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2001-04-06Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set.Federico G. Schwindt
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-22fix typoMichael Shalayeff
2001-03-22Paranoid -- clear tdbi field in mbuf pkthdr.Angelos D. Keromytis
2001-03-15regenAaron Campbell
2001-03-15Match CDC0000 to the wss driver and CDC0001 to joy. Thanks toAaron Campbell
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2001-03-06Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-05syncTheo de Raadt
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03no machine/pio.h is needed, space policeMichael Shalayeff
2001-02-03new timeouts, space controlMichael Shalayeff
2001-02-03make it compile, new timeouts, space controlMichael Shalayeff
2001-02-03no timeouts is new timeoutsMichael Shalayeff
2001-02-02$OpenBSD$Aaron Campbell
2001-01-31OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@Aaron Campbell
2001-01-31Some int -> u_long (I incorrectly converted paddr_t to int when porting this).Aaron Campbell
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeouts; spacesMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29even shorterMichael Shalayeff
2001-01-29fix isadma-less compile, new pnpdevs, space controlMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29size reducage and constifyMichael Shalayeff
2001-01-29new timeouts; some constifying; space controlMichael Shalayeff
2001-01-29Add wdc_print_current_modes to print current transfer modes set on theConstantine Sapuntzakis
2001-01-25spellingTodd T. Fries
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-15Add EGA display driver files; from NetBSD. This should be the last of the MIAaron Campbell
2000-11-15This driver supports PC display adapter hardware within the wscons(4)Aaron Campbell
2000-11-15Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. TheseAaron Campbell
2000-11-13Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not usedAaron Campbell
2000-11-13make compile with !UVMNiklas Hallqvist
2000-11-12new timeoutsMichael Shalayeff
2000-11-11new timeouts; compilesMichael Shalayeff
2000-11-11new timeouts; jason@ okMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-09-29Oops, time to learn how to countMiod Vallat
2000-09-29Check N command operand value to prevent a panic with large values.Miod Vallat
2000-08-19MALLOC/FREE -> malloc/free ok art@Nathan Binkert
2000-07-21convert to new timeoutsMichael Shalayeff
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis