From bdc8dbd208cd3c668eaef2f6f4e71d200e525f6d Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 10 Apr 2014 21:03:46 +0000 Subject: [PATCH] Refine r264257; given that I later on decided to nuke the wildcard for the Sunix 0x1999 line of chips there actually is no need to explicitly keep puc(4) from attaching to the single port version anymore. --- sys/dev/puc/pucdata.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 0038a74fbed..19bef1360a9 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -988,13 +988,6 @@ const struct puc_cfg puc_pci_devices[] = { .config_function = puc_config_syba }, - /* Prevent puc(4) from attaching, directly use uart(4) instead. */ - { 0x1fd4, 0x1999, 0x1fd4, 0x0001, - "Sunix SER5xxxx 1-port serial", - DEFAULT_RCLK * 8, - PUC_PORT_1S, 0x10, 0, 8, - }, - { 0x1fd4, 0x1999, 0x1fd4, 0x0002, "Sunix SER5xxxx 2-port serial", DEFAULT_RCLK * 8,