summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
1995-06-09Add missing `break;'s.mycroft
1995-06-07make match/attach routines and cfdriver struct micgd
1995-06-07prototype isascan, spacingcgd
1995-06-05Various:mycroft
1995-06-04Handle BREAK correctly when not entering DDB.mycroft
1995-06-04Add an input FIFO, and fix several flow control problems. Based on code frommycroft
1995-06-01Changed ns82450 to ns8250 and dropped ns82550 from probe console messages.jtc
1995-05-28Fix multicast filter calculation.mycroft
1995-05-28Only use the `no pending interrupt' bit in the IIR; the other bitsmycroft
1995-05-17isa softc structs are larger than 'struct device'cgd
1995-05-12(1) conditionalize debugger usage in comeint with DDB, not COMCONSOLE;cgd
1995-05-10Update for slightly modified ARP handling.mycroft
1995-05-08Remove stringsbrezak
1995-05-08Fix holes in device index space. PR#1028brezak
1995-05-03uncomment cy driver spec; i386 conf.c needs the header file.cgd
1995-05-01Add Masahiro SEKIGUCHI's MB8696[05] driver, ported, with some additionalmycroft
1995-05-01Tweak the output routine for slightly better performance.mycroft
1995-04-28<break> --> ddb if defined(comconsole).hpeyerl
1995-04-27copyright foo.hpeyerl
1995-04-27Turn off some debugging code by default.mycroft
1995-04-26Fix nits from Mike Long <mike.long@analog.com> PR#996brezak
1995-04-19Watchdog now takes an int, not a short.mycroft
1995-04-19Fix thinko in previous change.mycroft
1995-04-19Garbage collect #includes.mycroft
1995-04-19Change `needs-count' to `needs-flag'.mycroft
1995-04-19Implement comtty().mycroft
1995-04-19Correct a couple of things, and add a `fe' device.mycroft
1995-04-17Fix obvious bug in reading from SB_MIC_PORT.mycroft
1995-04-17if_le conflicts with the Alpha; move description back to i386cgd
1995-04-17try to actually (gasp!) describe the drivers.cgd
1995-04-17ISA config.new files description.cgd
1995-04-17update for new locationscgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-15Don't boundary check I/O to the `raw' partition.mycroft
1995-04-11Sync with the rest of the world.mycroft
1995-04-11Move NIC register definitions to a global location.mycroft
1995-04-11Update for if.h. Define helper macros for accessing NIC registers. Optimizemycroft
1995-04-10Change start and watchdog return values to void.mycroft
1995-04-10kernel_pmap --> pmap_kernel()mycroft
1995-04-10kernel_pmap --> pmap_kernel()mycroft
1995-04-10Most of the console functions return void. Also change interrupt logicmycroft
1995-04-07Clean up to match common code, and fix a typo.mycroft
1995-04-04Rename a few constants to match the chip documentation.mycroft
1995-04-04More debugging printf()s, from Rafal Boni.mycroft
1995-04-03Prototype iexmit().mycroft
1995-04-03Some pseudo-random cleanup, and try to start transmitting packets quicker.mycroft
1995-04-01Add a missing unlock.mycroft
1995-04-01Insert a missing unlock.mycroft
1995-04-01Change the locking protocol to match other drivers.mycroft