David Malone
7cc0979fd6
Convert more malloc+bzero to malloc+M_ZERO.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
2000-12-08 21:51:06 +00:00
Poul-Henning Kamp
db7e3af111
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
Doug Rabson
21c3015a24
* Completely rewrite the alpha busspace to hide the implementation from
...
the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
which call busspace.
* Rework pci config accesses to route through the pcib device instead of
calling a MD function directly.
With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.
2000-08-28 21:48:13 +00:00
Kazutaka YOKOTA
db3e34cb71
- Properly keep track of I/O port resources.
...
- Use bus_space_read/write() to access the ports.
2000-03-19 03:25:13 +00:00
Peter Wemm
8f8e587948
Use config's conditional compilation rather than using #ifdefs that make
...
modular compilation harder. I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
2000-01-29 15:08:56 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Kazutaka YOKOTA
aee1b285f1
Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.
1999-05-20 09:48:13 +00:00
Kazutaka YOKOTA
ec6948ccea
Slight reorganization of internal interface in the keyboard controller
...
driver.
1999-05-18 11:33:14 +00:00
Kazutaka YOKOTA
617b908036
Add the new keyboard driver and video card driver. They will be
...
used by console drivers.
(They are not yet activated yet. Wait for announcement later.)
1999-01-09 02:44:50 +00:00