summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-04-06 15:21:25 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-04-06 15:23:12 -0300
commitbc09b90a93d7131abe36c6c079cf5d5f27e96bf4 (patch)
tree75985f6d200811d3ce94fa57cdc9cfed8817b522 /etc/inc/system.inc
parent9f6d592fd69fd3a02a031aed127cea3ef9eae7ae (diff)
downloadpfsense-bc09b90a93d7131abe36c6c079cf5d5f27e96bf4.zip
pfsense-bc09b90a93d7131abe36c6c079cf5d5f27e96bf4.tar.gz
Add Super Micro C2758 to the list of known platforms
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 3a34660..7fbae79 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -2203,6 +2203,9 @@ function system_identify_specific_platform() {
case 'RCC-VE':
return (array('name' => 'RCC-VE', 'descr' => 'Netgate RCC-VE'));
break;
+ case 'A1SAi':
+ return (array('name' => 'C2758', 'descr' => 'Super Micro C2758'));
+ break;
}
/* the rest of the code only deals with 'embedded' platforms */
@@ -2250,4 +2253,4 @@ function system_get_dmesg_boot() {
return file_get_contents("{$g['varlog_path']}/dmesg.boot");
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud