Add another Lava serial board.

This commit is contained in:
thorpej 2001-07-04 22:39:11 +00:00
parent 7ebc99879b
commit d79f9adc90
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pucdata.c,v 1.18 2001/03/13 17:23:52 bouyer Exp $ */
/* $NetBSD: pucdata.c,v 1.19 2001/07/04 22:39:11 thorpej Exp $ */
/*
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
@ -579,6 +579,15 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Lava Computers DSerial PCI serial ports */
{ "Lava Computers serial port",
{ 0x1407, 0x0110, 0, 0 },
{ 0xffff, 0xfffc, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
},
},
/* Lava Computers Octopus-550 serial ports */
{ "Lava Computers Octopus-550 8-port serial",
{ 0x1407, 0x0180, 0, 0 },