summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1995-06-18Add another CD-ROM drive to The List.mycroft
1995-06-18macros to split out various parts of PCI registers, adjust constantscgd
to match. (now, comparisons are comparisons, code doing them doesn't have to mask.) define types for the various parts of the registers' contents, where practical.
1995-06-18define and call "pci_devinfo()", which creates a string from thecgd
vendor & product IDs and class information, which is printed if device isn't found. Optionally (via "PCIVERBOSE" option) does table lookup to try to see if it knows what the device really is (informational only...).
1995-06-18prototype for pci_devinfo functioncgd
1995-06-18add include for the alpha, alphabetizecgd
1995-06-18make a comment reflect the way things should be donecgd
1995-06-18built from pcidevs listcgd
1995-06-18learn about some PCI vendor and product numbers. not yet usedcgd
1995-06-17oops; forgot this in last commitcgd
1995-06-17more appropriate name, as this only has PCI support subroutines.cgd
1995-06-16d_reset reference removed. Calling of ubareset must be solved.ragge
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
the list, so this is a noop.
1995-06-09Add missing `break;'s.mycroft
1995-06-07make match/attach routines and cfdriver struct micgd
1995-06-07prototype isascan, spacingcgd
1995-06-07update from Ignatios Souvatziscgd
1995-06-06update from matt thomascgd
1995-06-05Various:mycroft
* Check for CTS in the correct register. * Only do a selwakeup() if we output something. * Don't make assumptions about what TTYDISC does.
1995-06-05enable the de drivercgd
1995-06-05set a shutdown hookcgd
1995-06-05do the right thing with fixed-size types.cgd
1995-06-05kill old Id, add NetBSD Idcgd
1995-06-05kill old Id and Log. add NetBSD Idcgd
1995-06-05dc21040 driver, from Matt Thomascgd
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
Felix A. Croes.
1995-06-04call hw->setfd with param not ptr to itbrezak
1995-06-02Add `Maxtor LXT-213S', this time without a Sun OEM addition.pk
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
are too unreliable on clone chips.
1995-05-23split single-subdevice lookup & attachment into a subroutinecgd
(pci_attach_subdev()). remove pciattach() function and the pcicd cfdriver struct, the former because thre are a lot of attachment actions which really are machine-dependent (perhaps even "most"), and the latter because now that both pcimatch() and pciattach() are machine-dependent it's bad style to declare them here and it gains nothing.
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
latter would lead to undefined symbols if DDB not defined. (2) check for break on console, and therefore debugger entry (if ddb in kernel) earlier, so that the device doesn't need to be open. (3) return immediately after breaking into the debugger in comeint(). (4) only do the normal character input routine in comintr if receive mask yeilds _EXACLTY_ LSR_RXRDY. if there's only a receive error, or there's a receive error _and_ a received character, do comeint(). (former two by me. latter two from Bob Baron <rvb@cs.cmu.edu>.)
1995-05-11KERNEL -> _KERNELjtc
1995-05-10Update for slightly modified ARP handling.mycroft
1995-05-08Remove stringsbrezak
1995-05-08Don't call hardware close in mixer_close(). From Rolf Grossmann ↵brezak
<grossman@informatik.tu-muenchen.de>
1995-05-08Fix holes in device index space. PR#1028brezak
1995-05-08Set mixer type for rec and play level set. PR#1027brezak
1995-05-05Auto-select open mode when opened half-duplex. From John Kohl. PR#1006brezak
1995-05-04Add `evcnt' field.pk
1995-05-04machine-independent definitions for the Motorola MC146818A Real Time Clockcgd
and compatible chips, including the Dallas Semicontuctor DS1287A. This chip is used in PC's, DECstations, and Alphas, at least...
1995-05-03looks like some extra ')'s were left in here.cgd
1995-05-03Make the byte-shifting code consistent.mycroft
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
changes by me: * Make autoconfiguration work correctly for more models of AT1700. * Make the debugging code more robust and complete. * Tweak the output routine for better performance, and to eliminate an ugly kluge. Various other style cleanup. Needs more work.
1995-05-01Tweak the output routine for slightly better performance.mycroft
1995-04-28<break> --> ddb if defined(comconsole).hpeyerl
(if you have a serial console and you hit break, you get ddb).
1995-04-27copyright foo.hpeyerl