matt
595211a098
split device_t/softc. Use aprint_*_dev and device_xname.
...
switch to device_lookup_private.
2008-03-26 17:50:32 +00:00
thorpej
13ad8f5ba7
Pack the minor numbers like the Cyclades-Z driver does, and
...
make the dialout bit compatible with the other serial drivers
(and with what MAKEDEV generates for dtyCYxxx).
2001-01-20 19:29:05 +00:00
thorpej
c38c39fc9b
Only need to pass a cy_softc * to cy_attach().
2001-01-20 02:26:39 +00:00
thorpej
44ff75e3c5
ANSI'ify.
2001-01-20 02:24:16 +00:00
tron
b9627d002f
Add support for Cyclade boards with new Risc II serial controller.
...
Patches supplies by C Kane in PR kern/7175.
1999-09-09 21:52:11 +00:00
cgd
6b78891053
the port number is the low 5 bits of the minor. That means that it should
...
be masked with 0x1f (the low 5 bits), rather than 0x0f (the low four bits).
Pointed out by Jarkko Torppa <torppa@cute.fi> in PR 3753.
1997-06-17 05:32:46 +00:00
cgd
dcd9b58489
don't bother keeping around the i/o tag. It's useless by itself, and
...
without other significant changes to this driver wouldn't be particularly
useful to keep around permanently anyway.
1997-04-13 20:02:11 +00:00
thorpej
16c4c5af26
New bus.h implementation/interface:
...
- No more distinction between i/o-mapped and memory-mapped
devices. It's all "bus space" now, and space tags
differentiate the space with finer grain than the
bus chipset tag.
- Add memory barrier methods.
- Implement space alloc/free methods.
- Implement region read/write methods (like memcpy to/from
bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
1996-10-21 22:24:37 +00:00
christos
ded50ae798
New Cyclades driver from Timo Rossi
1996-09-24 18:02:33 +00:00