summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2000-11-27Add prep support. change all __foo__ to foo. We don't __foo__ in the kernelmatt
2000-11-26Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY andtakemura
2000-11-20Add an attachment for MOXA 168P isa multiport card. This code wasjdolecek
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-05pcweasel carries the sysmon_wdog attribute.thorpej
2000-11-04Add a device driver for the Middle Digital, Inc. PC-Weasel serialthorpej
2000-11-04Update comment regarding watchdog timer toggle.thorpej
2000-10-17Oops, wdt_msec is a short, not a char.thorpej
2000-10-16Fix a typo in an constant name that is currently unused.thorpej
2000-10-16Register definitions for the Middle Digital, Inc. PC-Weaselthorpej
2000-10-03Revert rev 1.31 of bha.c (and associtated changes in the headers andsimonb
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-09-286 -> ETHER_ADDR_LENtsutsui
2000-09-04Move ym_mixer_set_port() (if used) during attach AFTER initialization ofitohy
2000-08-24In fdioctl(), allocate fd_formb dynamically when needed, rather than onnathanw
2000-08-14Just add the mmap argument to vga_common_attach(), don't botherthorpej
2000-08-11Add support for the DEC DE422 Ethernet, which is a DEPCAthorpej
2000-08-09%b -> bitmask_snprintf()tv
2000-07-30Add MII support to smc91cxx driver. This is supported for the 91c100briggs
2000-07-27My 16 port boca seems to fail to update the interrupt bit in it's interruptbouyer
2000-07-21- Big endianness cleanup:is
2000-07-14Do a dummy read after writing through the memory access pipeline, to flushis
2000-07-12Update comment.soren
2000-07-06Use device_lookup().thorpej
2000-07-04MAke sure bass&treble start in their mid position.augustss
2000-06-30Use my proper name in copyrights.ad
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-24Add a clearing-house pseudo-device for system monitoring devicesthorpej
2000-06-23s/sc->sc_ethercom.ec_if./ifp->/ where appropriate and formerly forgotten,is
2000-06-23Only "complain" about successful multicast setup if IFF_DEBUG was set.is
2000-06-08in allegedly-MI code, if we're gonna use '#pragma pack(N)', #pragma pack()cgd
2000-06-06Fix braino in previous, pointed out by Jaromir.soren
2000-06-06Make the frontend print a newline.soren
2000-06-05Adapt MI ncr53c9x changes.tsutsui
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
2000-05-20Rather than using a magic constant, use `com_scratch' as the offsetthorpej
2000-05-15Fix a tyop, pointed out by Bill Studenmund.thorpej
2000-05-11MI part of MicroChannel Architecture bus supportjdolecek
2000-05-09Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ffjhawk
2000-05-03Adjust asm patterns for newer versions of GCC.mycroft
2000-05-02Traditionally, the floppy controller was configured at 0x3f0 for 8 ports,thorpej
2000-05-02Nuke some dead code.thorpej
2000-05-01Add Creative Music System driver. From Gregory McGarry <g.mcgarry@ieee.org>augustss
2000-04-28pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed,jdolecek
2000-04-23Carve off the ISA configuration bits from the floppy driver. Driver isthorpej
2000-04-21the status register is _always_ at 0x420 -- grr. How should I put this in th...explorer