Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-20 | - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they | chuck | |
correspond to the ANA numbers... certainly includes ANA-5940. - add Efficient Nets product 0x0000. according to linux pci.h the 0x0000 is an FPGA version of the midway card and the 0x0002 is the ASIC version. | |||
1997-03-18 | Bad idea to reset mac68k_vidphys/videorowbytes here. | briggs | |
1997-03-18 | Handle DAFB better. Only configure if we think a monitor is attached and | briggs | |
disable interrupts from the bloody card in any case. Also snag video address and rowbytes from the controller, too, just for fun. | |||
1997-03-18 | Add bus handle and bus tag to grfbus_softc. | briggs | |
1997-03-18 | From Scott Reynolds <scottr@netbsd.org> (, but compilable ;-) | briggs | |
Some cards we identify as InterLAN cards do not seem to have the MAC address in the configuration ROM. For these, fall back to the old method if we can't find the expected sResource record. | |||
1997-03-17 | Removed static specifiers. Align bpf headers on sizeof(long) boundaries | Niklas Hallqvist | |
as it begins with a timeval struct. This fixes the alpha bpf panics. Removed double prototypes. Reordered includes. The last change came from NetBSD. Updated $NetBSD$ tags. Slight KNF too. | |||
1997-03-17 | Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I ↵ | briggs | |
was a bit hasty in removing. | |||
1997-03-17 | *Blush* It's Denton, not Dennis, Gentry. | briggs | |
1997-03-17 | Serial console trouble again... | Per Fogelstrom | |
1997-03-17 | Fix typo. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | Integrate a couple of changes suggested by Scott Reynolds and Takeshi ↵ | briggs | |
Yanagisawa. | |||
1997-03-16 | Slight rearrangement, addition of ROMP values. | Jason Downs | |
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk | |
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1. | |||
1997-03-15 | remove space from tsleep() message | kstailey | |
1997-03-15 | AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC. | briggs | |
1997-03-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen | |
1997-03-14 | Possible fix for SE/30 internal video problems. Thanks to Denny Gentry for | briggs | |
figuring out what was going wrong there. | |||
1997-03-14 | Use macro to truncate page. | briggs | |
1997-03-14 | Updates from Yanagisawa and Denny. This seems to work. | briggs | |
1997-03-13 | Copy the scanner_type from the quirkdata to the sio for userland to see. | kstailey | |
1997-03-13 | Add scanner_type and compute_sizes() to quirks. | kstailey | |
Adjust attach() messages for scanners with quirk table entries. | |||
1997-03-13 | UMAX SuperVista S-12 also needs a NOLUNS quirk. | briggs | |
1997-03-12 | Fix a conflict. | briggs | |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom | |
1997-03-12 | Need this for arc/pci... | Per Fogelstrom | |
1997-03-12 | Mips ARC systems (hmmm..) can also have PCI buses... | Per Fogelstrom | |
1997-03-12 | Add a define for another compatible chip. | Per Fogelstrom | |
1997-03-12 | Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032. | Per Fogelstrom | |
Changes to io macros were done to handle sparse bus addressing dynamically. This is a first cut (rough). | |||
1997-03-12 | Add options LKM. | briggs | |
1997-03-12 | Remove some more warnings left over from NetBSD's new config. | briggs | |
1997-03-12 | Remove reference to obsolete SONICSPACE. | briggs | |
1997-03-12 | Move AF_SIP and put AF_INET6 in the same location as BSD/OS. | Jason Downs | |
I couldn't find any use of AF_SIP in the kernel, didn't check user land. | |||
1997-03-12 | Move prototype for physaccess. | briggs | |
1997-03-12 | Fix for bizarre internal framebuffers that don't start on page boundaries. | briggs | |
Dave Huang found this one... | |||
1997-03-12 | New sn arrangements. | briggs | |
1997-03-12 | Bring in some fresh SONIC code from Dennis Gentry and Yanagisawa Takeshi. | briggs | |
Much hacked by me to merge and partially busify. Add code that I lost a while back for digging the proper mac address for internal ethernet. Still needs work, but checkpointed--works at least as well as the last version. | |||
1997-03-12 | cleanup. | briggs | |
1997-03-11 | Second parameter of *match functions should be void (thank you ISA bus) and | gene | |
*stop functions return int's under OpenBSD. This cleans up a bunch of compile-time warnings for the mac68k. | |||
1997-03-11 | more about disconnect | kstailey | |
1997-03-11 | adjust comments | kstailey | |
1997-03-11 | sync | Jason Downs | |
1997-03-11 | Added GENERIC_SCSI2 scanner type. | kstailey | |
1997-03-11 | added GENERIC_SCSI2 | kstailey | |
1997-03-11 | move init. code to m.i. section | kstailey | |
1997-03-11 | added whitespace. | kstailey | |
1997-03-11 | Added notes about how to use the driver. | kstailey | |
1997-03-11 | Add comment about generic trigger missing. | kstailey | |
1997-03-10 | Include macinfo.h and more synch'ing with our mi sbc code. This makes it | gene | |
actually compile. |