| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1995-06-18 | Add another CD-ROM drive to The List. | mycroft | |
| 1995-06-18 | macros to split out various parts of PCI registers, adjust constants | cgd | |
| 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-18 | define and call "pci_devinfo()", which creates a string from the | cgd | |
| 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-18 | prototype for pci_devinfo function | cgd | |
| 1995-06-18 | add include for the alpha, alphabetize | cgd | |
| 1995-06-18 | make a comment reflect the way things should be done | cgd | |
| 1995-06-18 | built from pcidevs list | cgd | |
| 1995-06-18 | learn about some PCI vendor and product numbers. not yet used | cgd | |
| 1995-06-17 | oops; forgot this in last commit | cgd | |
| 1995-06-17 | more appropriate name, as this only has PCI support subroutines. | cgd | |
| 1995-06-16 | d_reset reference removed. Calling of ubareset must be solved. | ragge | |
| 1995-06-12 | Remove check for if_addrlist == 0; if_attach() always puts one address on | mycroft | |
| the list, so this is a noop. | |||
| 1995-06-09 | Add missing `break;'s. | mycroft | |
| 1995-06-07 | make match/attach routines and cfdriver struct mi | cgd | |
| 1995-06-07 | prototype isascan, spacing | cgd | |
| 1995-06-07 | update from Ignatios Souvatzis | cgd | |
| 1995-06-06 | update from matt thomas | cgd | |
| 1995-06-05 | Various: | 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-05 | enable the de driver | cgd | |
| 1995-06-05 | set a shutdown hook | cgd | |
| 1995-06-05 | do the right thing with fixed-size types. | cgd | |
| 1995-06-05 | kill old Id, add NetBSD Id | cgd | |
| 1995-06-05 | kill old Id and Log. add NetBSD Id | cgd | |
| 1995-06-05 | dc21040 driver, from Matt Thomas | cgd | |
| 1995-06-04 | Handle BREAK correctly when not entering DDB. | mycroft | |
| 1995-06-04 | Add an input FIFO, and fix several flow control problems. Based on code from | mycroft | |
| Felix A. Croes. | |||
| 1995-06-04 | call hw->setfd with param not ptr to it | brezak | |
| 1995-06-02 | Add `Maxtor LXT-213S', this time without a Sun OEM addition. | pk | |
| 1995-06-01 | Changed ns82450 to ns8250 and dropped ns82550 from probe console messages. | jtc | |
| 1995-05-28 | Fix multicast filter calculation. | mycroft | |
| 1995-05-28 | Only use the `no pending interrupt' bit in the IIR; the other bits | mycroft | |
| are too unreliable on clone chips. | |||
| 1995-05-23 | split single-subdevice lookup & attachment into a subroutine | cgd | |
| (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-17 | isa 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-11 | KERNEL -> _KERNEL | jtc | |
| 1995-05-10 | Update for slightly modified ARP handling. | mycroft | |
| 1995-05-08 | Remove strings | brezak | |
| 1995-05-08 | Don't call hardware close in mixer_close(). From Rolf Grossmann ↵ | brezak | |
| <grossman@informatik.tu-muenchen.de> | |||
| 1995-05-08 | Fix holes in device index space. PR#1028 | brezak | |
| 1995-05-08 | Set mixer type for rec and play level set. PR#1027 | brezak | |
| 1995-05-05 | Auto-select open mode when opened half-duplex. From John Kohl. PR#1006 | brezak | |
| 1995-05-04 | Add `evcnt' field. | pk | |
| 1995-05-04 | machine-independent definitions for the Motorola MC146818A Real Time Clock | cgd | |
| and compatible chips, including the Dallas Semicontuctor DS1287A. This chip is used in PC's, DECstations, and Alphas, at least... | |||
| 1995-05-03 | looks like some extra ')'s were left in here. | cgd | |
| 1995-05-03 | Make the byte-shifting code consistent. | mycroft | |
| 1995-05-03 | uncomment cy driver spec; i386 conf.c needs the header file. | cgd | |
| 1995-05-01 | Add Masahiro SEKIGUCHI's MB8696[05] driver, ported, with some additional | mycroft | |
| 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-01 | Tweak 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-27 | copyright foo. | hpeyerl | |
