History log of /freebsd/sys/dev/puc/pucdata.c (Results 151 – 175 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.2.1_cvs, release/5.2.1
# 890cefab 04-Feb-2004 John Baldwin <jhb@FreeBSD.org>

Expand the mask for the Avlab Technology, PCI IO 2S entry to cover the
2S-650 and 2S-850 variants.

PR: kern/45285
Submitted by: Andrey Zakharchenko <avz AT jscc.ru>
MFC after: 1 week


Revision tags: release/5.2.0_cvs, release/5.2.0
# 7cd06e08 31-Dec-2003 John Baldwin <jhb@FreeBSD.org>

Add support for an non-branded SUN1889-based 2 port PCI serial card.

PR: kern/55159
Submitted by: Yeasah Pell <yeasah@apocalypse.org>
MFC after: 1 week


# 6ea7b5bc 09-Dec-2003 David E. O'Brien <obrien@FreeBSD.org>

Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card.

Submitted by: Guido Falsi <mad@madpilot.net>


Revision tags: release/4.9.0_cvs, release/4.9.0
# 43e42f36 25-Oct-2003 Doug Ambrisko <ambrisko@FreeBSD.org>

Add support for another multiple serial port card based on OX16PCI954 device
id 0x950a.

MFC: after 4.9 release.


# 0ec6e983 19-Sep-2003 Joerg Wunsch <joerg@FreeBSD.org>

Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiport
card.

Thanks to bde for his help in configuring the undocumented bars in
this driver...

MFC after: 1 month


# dc7d0dea 06-Sep-2003 Marcel Moolenaar <marcel@FreeBSD.org>

Enhance puc(4) to support uart(4). This includes:
o Introduce PUC_PORT_TYPE_UART so that we can attach to uart(4),
o Introduce port sub-types (eg PUC_PORT_UART_NS8250, PUC_PORT_UART_Z8530)
to ha

Enhance puc(4) to support uart(4). This includes:
o Introduce PUC_PORT_TYPE_UART so that we can attach to uart(4),
o Introduce port sub-types (eg PUC_PORT_UART_NS8250, PUC_PORT_UART_Z8530)
to handle different hardware and determine resource sizes.
o Introduce two new IVARs: PUC_IVAR_SUBTYPE and PUC_IVAR_REGSHFT. Both
are used by uart(4) to get sufficient information to talk to the HW.
o Introduce PUC_FLAGS_ALTRES to tell puc(4) to try memory mapped I/O
if I/O port space cannot be allocated, or vice versa.
o Have ports of type PUC_PORT_TYPE_COM attach to uart(1) if attaching
to sio(4) fails (due to not having the sio driver).
o Put struct puc_device_description in struct puc_softc instead of
having a pointer to a device description in the softc. This allows
us to create device descriptions on the fly without having to use
malloc() or otherwise have them staticly defined.
o Move puc_find_description() from puc.c to puc_pci.c as it's specific
to PCI.
o Add EBUS and SBUS frontends for use on sparc64. Note that the P in
puc stands for PCI, so we kinda mess things up here. It's too soon
to worry about it though. We'll know what to do about it in time.

NOTE: This commit changes the behaviour of puc(4) to not quieten the
device probe and attach for child devices. The uart(4) driver provides
additional device description that is valuable to have.

show more ...


# 6cb38a02 21-Aug-2003 Doug Ambrisko <ambrisko@FreeBSD.org>

Add in a missing device entry that I thought was already in there. This
is from the same PR. Prompted by the reporter of the PR.

PR: 38372


# 4530e20a 14-Aug-2003 Pierre Beyssac <pb@FreeBSD.org>

Add support for the newer Moxa PCI 8-port, 16550-compatible based
CP-168U board. It initializes and attaches in the same way as the
older (but higher performance) C168H. The only difference is the
bo

Add support for the newer Moxa PCI 8-port, 16550-compatible based
CP-168U board. It initializes and attaches in the same way as the
older (but higher performance) C168H. The only difference is the
board ID, which is 0x1681.

PR: kern/53548
Submitted by: regnauld@catpipe.net
MFC after: 1 week

show more ...


# 40f01890 02-Aug-2003 Bruce Evans <bde@FreeBSD.org>

Support the Titan VScom PCI-200HV2 2 port serial card.

MFC after: 3 days


Revision tags: release/5.1.0_cvs, release/5.1.0
# 5adbf8fb 14-May-2003 Wilko Bulte <wilko@FreeBSD.org>

add support for NetMos 4S0P PCI: 4S, 0P

tested on -current: ceri
tested on -stable: wilko

approved: re (scottl)


# e9442e03 01-May-2003 Maxim Sobolev <sobomax@FreeBSD.org>

Add support for IC Book Ironclad Pro/Lite 8-port cards.

Sponsired by: IC Book Labs
MFC After: 2 weeks


# 13b051bb 07-Apr-2003 Murray Stokely <murray@FreeBSD.org>

Correct typos.

PR: kern/50619
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
MFC after: 3 days


Revision tags: release/4.8.0_cvs, release/4.8.0
# 8f24aac6 03-Apr-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232

Submitted by: sst@cybercity.dk


# 084254f8 15-Mar-2003 Maxim Sobolev <sobomax@FreeBSD.org>

- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
now unnecessary hack from the previous commit;
- Add support for Interrupt Latch Register (ILR) into puc(4). So far only

- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
now unnecessary hack from the previous commit;
- Add support for Interrupt Latch Register (ILR) into puc(4). So far only
ILRs compatible with specifications from Digi International are supported.
Support for other types of ILRs could be easily added later;
- Correct clock frequency for IC Book Labs Dreadnought x16 Lite board;
- Enable ILR detection/usage for IC Book Labs Dreadnought x16 boards.

Sponsored by: IC Book Labs
MFC after: 2 weeks

show more ...


# 525e5ed9 12-Mar-2003 Maxim Sobolev <sobomax@FreeBSD.org>

Correct clock frequency for the IC Book Labs' cards, so that it's possible
to use speeds higher than 115200.

Sponsored by: IC Book Labs
MFC after: 2 weeks


# a2a101e7 12-Mar-2003 Maxim Sobolev <sobomax@FreeBSD.org>

Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since
this card is based on 16750 UART, modify sio(4) a bit to ignore 16750-specific
7th bit of MCR when probing card. This all

Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since
this card is based on 16750 UART, modify sio(4) a bit to ignore 16750-specific
7th bit of MCR when probing card. This allows card to be detected and attached
as 16550A-compatible device. More work needs to be done in order to enable
nice 16750-specific features such as larger fifo buffer and higher speeds.

Sponsored by: IC Book Labs
MFC after: 2 weeks

show more ...


Revision tags: release/5.0.0_cvs, release/5.0.0
# 28788ed5 30-Dec-2002 Sam Leffler <sam@FreeBSD.org>

fix build (make LINT)


# 638d2f4f 28-Dec-2002 Maxim Sobolev <sobomax@FreeBSD.org>

Add support for IC Book Labs Dreadnought x16 Lite.

Approved by: re


Revision tags: release/4.7.0_cvs
# 1e89655a 31-Aug-2002 Poul-Henning Kamp <phk@FreeBSD.org>

More cleaning up and unhacking:

Don't expect all RIDs to be PCI rids. The previous code made at
least 1 mistake, even for PCI.

Give the card definitions a chance to specify a init function.
Use th

More cleaning up and unhacking:

Don't expect all RIDs to be PCI rids. The previous code made at
least 1 mistake, even for PCI.

Give the card definitions a chance to specify a init function.
Use this instead of the gross superio hack.
Move the win877 init function to puc_pci.c where it belongs.

RIDs can actually be zero, don't set badmuxed if so.

Set a less incorrect end for the construct SYS_RES_IOPORT entries,
I guess both sio and lpt happen to use 8 IO ports, but that shouldn't
really be hardcoded this way.

Fixup puc_pccard.c to match.

We're getting closer.

show more ...


# 799e9b24 22-Aug-2002 John Hay <jhay@FreeBSD.org>

Add an entry for Avlab's low profile 4 serial port card.

PR: 41146
Submitted by: Shinsuke Matsui <smatsui@internet-inc.co.jp>
Obtained from: NetBSD


# 76353f68 22-Aug-2002 John Hay <jhay@FreeBSD.org>

Add an entry for VScom PCI-200L 2 port serial card.

PR: 41142
Submitted by: Shinsuke Matsui <smatsui@internet-inc.co.jp>
Obtained from: OpenBSD


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# a27ffb41 18-Jun-2002 David E. O'Brien <obrien@FreeBSD.org>

Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,
8 RJ11, 8 Octacable, and 8 (used with RocketPort I/F box).

Note: untested due to lack of hardware


# 2569e387 18-Jun-2002 David E. O'Brien <obrien@FreeBSD.org>

Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).

Sponsored by: Feral Software


# de0d2cad 24-Apr-2002 John Hay <jhay@FreeBSD.org>

Add another chip id for the new LAVA 4-port serial card.

PR: 37333
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
MFC after: 4 days


# a4c6b916 01-Apr-2002 John Hay <jhay@FreeBSD.org>

Add an entry for "PCCOM dual port RS232/422/485".

Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
MFC after: 1 week


1234567891011