Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-30 | sync | Jason Downs | |
1998-08-30 | Cyrix devs | Jason Downs | |
1998-08-28 | alpha alignment fixes, from niklas. Tested on i386. | Jason Downs | |
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale S. Rahn | |
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor. | |||
1998-08-24 | Be noisy about media settings. | Jason Downs | |
1998-08-24 | /dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ↵ | Todd C. Miller | |
for ports that copy the symbol table to the end of kernel space (all that use DDB do this) | |||
1998-08-22 | Allow ofroot to be child of mainbus or root. | Dale S. Rahn | |
1998-08-22 | Powerpc supports isa not just power4e | Dale S. Rahn | |
1998-08-22 | Powerpc supports isa not just power4e | Dale S. Rahn | |
1998-08-21 | Recent FreeBSD changes and a bug fix. | Jason Downs | |
1998-08-20 | mmap support for gus, dillema@acm.org | Niels Provos | |
1998-08-18 | Remove clearing of interrupt after character output in cnputci(). Clearing | Per Fogelstrom | |
the int will make the tty stop if output is currently active. | |||
1998-08-17 | sync | Theo de Raadt | |
1998-08-17 | ACC PCI SCS | Theo de Raadt | |
1998-08-15 | fix kbd generated NULs from CTRL-@ and CTRL-SP | kstailey | |
1998-08-14 | Make printf output during card probe more compact. | Matthieu Herrb | |
1998-08-13 | sync | Theo de Raadt | |
1998-08-13 | oops | Theo de Raadt | |
1998-08-13 | sync | Theo de Raadt | |
1998-08-13 | new viatech devices discovered on cvs | Theo de Raadt | |
1998-08-13 | a proto; fgsch@olimpo.com.br | Theo de Raadt | |
1998-08-13 | Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>. | Jason Downs | |
1998-08-11 | Added 3c980, sync with pcidevs | Mats O Jansson | |
1998-08-11 | Added 3c980 | Mats O Jansson | |
1998-08-11 | put irq number on the line with the other info, not on its own line | Todd C. Miller | |
1998-08-10 | sync | Todd C. Miller | |
1998-08-10 | Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based ↵ | Todd C. Miller | |
motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode | |||
1998-08-08 | Split ioh allocations so that the devices no longer overlap. | Jason Downs | |
Also disable the diag return check in wdc.c for now. | |||
1998-08-08 | compile when fd is not listed in config file; andrew@creep.net | Todd C. Miller | |
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1998-08-06 | sync | Michael Shalayeff | |
1998-08-06 | add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intel | Michael Shalayeff | |
1998-08-06 | Use single line geometry printing. Looks just like sd, now. | Jason Downs | |
1998-08-04 | make b_resid size_t | Todd C. Miller | |
1998-08-04 | don't rely on b_resid being signed | Todd C. Miller | |
1998-08-04 | Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driver | Constantine Sapuntzakis | |
1998-07-31 | Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet ↵ | Todd C. Miller | |
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap. | |||
1998-07-30 | Correct comment about descriptor swap bit. | Per Fogelstrom | |
1998-07-28 | Fix indentation problems. | Constantine Sapuntzakis | |
Remove annoying printf. | |||
1998-07-28 | Disable ISA PNP devices before ISA scan | Constantine Sapuntzakis | |
1998-07-26 | clean up some things left from my debugging activity. | Matthieu Herrb | |
In particular remove the OVERRIDE_ directives specific to my board. | |||
1998-07-24 | Kill the god damned COMPAT_12. Thanks, guys. | Jason Downs | |
1998-07-23 | sync | Theo de Raadt | |
1998-07-23 | undo mass vendor addition which makes floppies too large | Theo de Raadt | |
1998-07-23 | brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵ | Theo de Raadt | |
the tree | |||
1998-07-23 | Support drives > 8.4GB | Constantine Sapuntzakis | |
For LBA-capable drives, return the number of LBA sectors as secperunit, not the number you get from CHS. Note, DOS partition tables are limited to 8.4GB. The interactive disklabel editor will notice that the OpenBSD partition ends at 8.4GB and limit the user to that size unless the user explicitly specifies the bounds. This should probably be changed. | |||
1998-07-23 | Print LBA-based size as well as CHS size. | Constantine Sapuntzakis | |
Fix some bugs in getting drive parameters into the wdparams array | |||
1998-07-21 | sync | Theo de Raadt | |
1998-07-21 | few new ViRGE | Theo de Raadt | |
1998-07-21 | sync | Michael Shalayeff | |