summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-08-16 14:19:43 +0000
committermsmith <msmith@FreeBSD.org>1997-08-16 14:19:43 +0000
commit7eb858845c0fb0ec74f10f7c46df3776b04f9f99 (patch)
tree60184980180dafd7b1da2bd2346f58473ef1f3b2 /sys
parent3f223355d3b7dac6789d2b790fdca503505a2d73 (diff)
downloadFreeBSD-src-7eb858845c0fb0ec74f10f7c46df3776b04f9f99.zip
FreeBSD-src-7eb858845c0fb0ec74f10f7c46df3776b04f9f99.tar.gz
Add the 'ppc' ISA-bus parallel-port chipset driver.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/userconfig.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 8bacef1..ff0ef3b 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.86 1997/06/22 13:51:04 msmith Exp $
+ ** $Id: userconfig.c,v 1.87 1997/08/11 09:44:57 jkh Exp $
**/
/**
@@ -264,6 +264,7 @@ static DEV_INFO device_info[] = {
{"stl", "Stallion EasyIO/Easy Connection 8/32 async adapter",0, CLS_COMMS},
{"stli", "Stallion intelligent async adapter" ,0, CLS_COMMS},
{"lpt", "Parallel printer port", 0, CLS_COMMS},
+{"ppc", "Parallel Port chipset", 0, CLS_COMMS},
{"gp", "National Instruments AT-GPIB/TNT driver", 0, CLS_COMMS},
{"mse", "Microsoft Bus Mouse", 0, CLS_INPUT},
@@ -2358,7 +2359,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.86 1997/06/22 13:51:04 msmith Exp $
+ * $Id: userconfig.c,v 1.87 1997/08/11 09:44:57 jkh Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud