#!/bin/sh
#
# Copyright (C) 1995  Lars Berntzon
#
sysdef -d |
    grep -v "(no driver)" |
    sed -e "s/[^']*'//" -e "s/',.*unit *#//" |
    once
